MJ Profile Banner
MJ Profile
MJ

@mjackson

Followers
68,274
Following
1,205
Media
920
Statuses
39,948

Building @remix_run at @Shopify (acq 2022). Ex- @Twitter , @Path . Created @unpkg . e/acc

Carlsbad, CA
Joined January 2007
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
Pinned Tweet
@mjackson
MJ
2 years
For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind. — 2 Tim 1:7
17
9
164
@mjackson
MJ
3 years
In that case I think I have some work to do…
@TheJackForge
Jack Forge
3 years
Google your name. If you're not the first result, you have some work to do.
742
397
3K
85
577
6K
@mjackson
MJ
4 years
Whoa ... I just realized that default args in JS can take an expression that makes use of previous args in the argument list! ... ! 😎
Tweet media one
61
537
3K
@mjackson
MJ
4 years
TypeScript is like a really smart co-worker that I would never hang out with outside of work.
39
265
3K
@mjackson
MJ
3 years
It always cracks me up when JavaScript developers are concerned about performance. Like, you're using JavaScript. That ship already sailed.
118
107
1K
@mjackson
MJ
6 years
Honestly, it makes a ton of sense for Microsoft to buy GitHub. After this acquisition, they will control: - VS Code - TypeScript - Electron - GitHub This puts them pretty much front and center of the modern development stack for a lot of people.
39
337
1K
@mjackson
MJ
1 year
Not even close 😂
@denicmarko
Marko Denic
1 year
If you Google your name, are you on the first page?
777
98
2K
18
31
1K
@mjackson
MJ
6 years
If coding doesn't feel like being totally lost and having no clue what you're doing, followed by hours of trying different things and short bursts of stuff kinda working, you have at least another level to master before calling yourself a programmer.
@jcoplien
James Coplien
6 years
If coding doesn't feel like painting or passionate creative writing, you have at least another level to master before calling yourself a programmer.
293
253
845
28
158
1K
@mjackson
MJ
5 years
Under @satyanadella , @Microsoft has developed an "Alternative Interview Framework" that involves: - 2 interviewers at a time - sharing questions with candidates ahead of time - working on actual problems the team is facing - blind feedback So good! 👏
19
264
1K
@mjackson
MJ
5 years
JavaScript methods I *always* have to look up to get right, even after 15 yrs: - Array.prototype.splice - String.prototype.replace You?
153
87
1K
@mjackson
MJ
3 years
I got a new laptop. I have a "Projects" folder where I keep all my code. I tried to copy it to my new laptop. 5 hours!? I ran `find . -name "node_modules" -type d -prune -print -exec rm -rf "{}" \;` to get rid of all my node_modules I tried the copy again. 7 minutes 👍
49
60
1K
@mjackson
MJ
8 months
The word is "compile", not "transpile". They mean the same thing. JS developers invented a new word because they weren't used to working with compilers before Babel came out. But "Babel is a JavaScript compiler". So is tsc. That's what the "c" stands for; compiler. Ofc, it…
Tweet media one
166
68
958
@mjackson
MJ
3 years
React Router hasn't had a breaking change in almost 5 years. We published version 4 in Sep 2016. Version 5 had no breaking changes. Don't tell me I don't care about API stability.
26
40
945
@mjackson
MJ
1 month
Who’s going to tell him about Cloudflare?
@t3dotgg
Theo - t3.gg
1 month
@levelsio All the people getting bigger bills are GENERATING AND CACHING TENS OF THOUSANDS OF HTML PAGES ON A CDN. Literally none of that is possible on a VPS without also spending lots of money and time on a CDN. If your web service can comfortably run on a $5 VPS, it will almost…
61
1
280
22
15
860
@mjackson
MJ
1 year
ESM default imports/exports suck. Use named imports, always.
46
68
834
@mjackson
MJ
4 years
Plot twist: I now miss TypeScript when I'm writing regular JavaScript 😭
@mjackson
MJ
4 years
TypeScript is like a really smart co-worker that I would never hang out with outside of work.
39
265
3K
32
39
818
@mjackson
MJ
5 years
No matter how many times I setup all the configuration in a new JavaScript repo, each time feels like the first. Lots of Googling and re-learning stuff I used to know. Babel, Rollup, ESLint, Jest, etc. This stuff just doesn't stick in my brain for some reason.
60
68
813
@mjackson
MJ
5 years
Snap a pic of your workspace RIGHT NOW. Here's mine:
Tweet media one
228
50
777
@mjackson
MJ
4 years
A few replies to this tweet were from people who find context useful to get around passing props down multiple levels. I made a short video about what it means to "use composition" to solve these issues. 😅 Hope it helps! 👇
49
122
774
@mjackson
MJ
3 years
Top 3 most significant web technologies since 2004: - nginx - Chrome - React Runner up: node.js
62
29
750
@mjackson
MJ
5 years
No joke, about 95% of the work in open source is around education. Docs, issues, pull request reviews, web sites, blog posts, talks, tweets, examples, etc. Writing the code is the *easy* part. Helping people use it is the vast majority of your responsibility as an OSS dev.
8
154
744
@mjackson
MJ
5 years
God is the master of gradients
Tweet media one
17
93
735
@mjackson
MJ
4 years
I've been using Homebrew for macos for what feels like forever now and I still have no clue whatsoever what a "keg", "cask", or "cellar" are.
29
33
738
@mjackson
MJ
9 months
@jeremyvaught @Music That sucks 😕 At least they sent you an email. Back in 2013 I woke up one morning to find that Twitter had given @hum to Verizon. They don’t even use it anymore.
9
13
680
@mjackson
MJ
5 years
Most common mistake software developers make: putting stuff in the wrong place. Coupling responsibilities and concepts that should be kept separate. For me, this is 95% of software development. Just figuring out *where* things belong.
23
148
696
@mjackson
MJ
5 years
📣 React Router version 5 is now available! - Improved compat with React 16 ✨ - No more update blocking 👌 - Lots and lots of housekeeping 🧹
20
207
683
@mjackson
MJ
7 months
So, React recommends: - you should use a framework with React - frameworks should pin to a canary version of React in order to take advantage of the latest “stable” features that do not yet appear in a stable release I have no idea how this is going to play out in the Remix…
47
41
673
@mjackson
MJ
6 years
Web components are a complete waste of time and effort at this point. The champions of web components are too invested to admit it, but there are so many problems with the current spec. They haven't learned anything from the current state of the art of building UI for the web.
44
169
653
@mjackson
MJ
2 years
I’ve been seeing more and more people bemoaning the widespread use of React lately. Wishing for something else to come along. Don’t forget: the underlying tech is HTML! Treat React as just a tool for generating and manipulating HTML and you will have a much better time with it.
33
37
654
@mjackson
MJ
2 years
Big news today! 🎉🙌 Remix is going to be used to power the next generation of commerce at Shopify. We are incredibly excited to be working with the brilliant team at @ShopifyDevs . This is going to be AWESOME for the Remix framework, community, and partners. 🤝
@remix_run
Remix 💿
2 years
We are beyond excited to announce that Remix is joining Shopify! 🎉 Thank you all for joining us on this journey. It's only getting better from here! Learn more 👇
204
511
3K
37
35
641
@mjackson
MJ
4 years
Unpopular opinion: All that junk you're putting in React context should just be props. Legit uses for context are rare, and mostly for library code, not your app.
42
101
608
@mjackson
MJ
3 years
Work on something for a YEAR. Pour out your heart and soul. Tweet about it. 20 likes. Tweet your idle thoughts about useReducer as you’re waiting in line for fast food. 200 likes. This site is trying to ruin me.
35
13
602
@mjackson
MJ
4 years
Step 1: Install TypeScript Step 2: Add types and fix all the errors ... Step 3874: Try yet another incantation of config files to see if you can get TypeScript working with your existing Babel + ESLint + Jest + Rollup toolchain
29
44
581
@mjackson
MJ
3 years
The refusal to acknowledge HTML and CSS as "real" programming languages has done more harm to the web than probably any other gatekeeping tactic. Both are incredibly capable and very *real* languages! Both require years to truly master.
34
51
569
@mjackson
MJ
4 years
🚨 You don't wanna miss this! 🚨 Remix is a React framework for web apps built with React Router 🔥 - server rendering - file-based routing - route-based data loading - code-splitting - so much more Sign up for the mailing list to get updates about development and releases! 👀
@remix_run
Remix 💿
4 years
Finally, a killer React framework from the creators of React Router Follow our progress 👇
75
347
2K
36
86
549
@mjackson
MJ
4 years
You know, I think the thing that scared me off the most from TypeScript was seeing other people's overly-typed code. You don't actually have to write out very many types to have a fully type-safe codebase! TypeScript's type inference is actually quite good. 👍
25
39
537
@mjackson
MJ
2 years
People are like "running servers is so complex" and then they go back to their webpack.config.js 😂
17
34
534
@mjackson
MJ
1 year
Microservices are an indication of organizational issues. They are an escape hatch for engineers who don't have the power they need to do their job correctly, so they try to break off a tiny silo. Over time, you incur tremendous overhead from all the fragmentation.
@elonmusk
Elon Musk
2 years
@EricFrohnhoefer @MEAInd True, the food is great. The fact that you don’t realize that there are up to 1200 “microservices” being called when someone uses the Twitter app is not great.
203
212
4K
48
51
524
@mjackson
MJ
3 years
BIG news! React Router v6 is now stable. 🙌 This is the best router we’ve ever released. We took all the best parts of every major version and combined them in v6. Enjoy! 😅
@remix_run
Remix 💿
3 years
📣 React Router v6 is here! 👀 • Automatic layout handling with nested routes 🐣 • Route ranking 📊 • Relative routing and links ⛓ • Completely rewritten with React hooks 🎣 • Over 50% smaller than v5 📉 Read the blog post NOW 👇
18
243
969
16
61
532
@mjackson
MJ
1 year
Remix 1.11 just dropped 👇 • defer + <Await> ⏱️ • CSS Modules 🙌 • Vanilla Extract 🍦 • more! @remix_run ❤️ And I dare you to find *anyone* who writes better release notes than @chancethedev ! 💪
21
74
531
@mjackson
MJ
6 years
🎉 I'm excited to announce that I'll be joining Facebook next month! 😅 Excited to be joining such an awesome team at a time when React is changing so rapidly! 🤩
41
24
532
@mjackson
MJ
6 years
By age 35 you should have learned to not care about what anyone else thinks you should have accomplished by age 35.
11
101
526
@mjackson
MJ
3 years
Depending on how you started out, as a programmer you will spend the rest of your life chasing the high you got when you first used PHP or Visual Basic.
47
26
525
@mjackson
MJ
24 days
Explain React Server Components
@ProfFeynman
Prof. Feynman
24 days
If you cannot explain something in simple terms, you don't understand it.
Tweet media one
89
1K
6K
50
19
516
@mjackson
MJ
6 years
Just cut a new release of React Router, v4.4.0-beta.0 - Better compatibility with React 16 🎉 - Uses the new context API under the hood 😎 - Fully backwards compatible 🙃 $ yarn install react-router @next react-router-dom @next More updates soon! 👀
16
100
513
@mjackson
MJ
5 years
My top vim plugins 👇 - tpope/vim-vinegar (fast file system browser) - wincent/command-t (fuzzy file finder) - sheerun/vim-polyglot (all the languages) - ervandew/supertab (tab completion) - wincent/terminus (gui features in terminal vim) How about you? 😅
40
73
504
@mjackson
MJ
4 years
Remember when React was first released and everyone made fun of it? Good times.
42
27
502
@mjackson
MJ
4 years
Deno ( @deno_land , just released v1.0 today) includes built-in tooling for: - bundling - debugging - managing dependencies (URLs, import maps, inspector) - generating documentation - formatting code - running tests These are ALL SO IMPORTANT. Nice work 👍
10
94
500
@mjackson
MJ
2 years
We're super excited to welcome Kent to the team 🚀 Kent is a world-class educator and teacher. We're incredibly lucky to have him! If you're frustrated because you don't understand what Remix is or what it can do for you, be happy. You're about to find out 😅
@kentcdodds
Kent C. Dodds 🌌
2 years
I'm thrilled to announce that I'm moving into the next phase of my goal of making the world better by helping you create quality software: I am now the Director of Developer Experience at @remix_run !
244
156
3K
21
18
486
@mjackson
MJ
3 years
I used to look at weird engineering solutions and think “huh that’s weird why didn’t they just do <something else>” Now I think “I wonder what constraints they had that I don’t know about” Instead of assuming other people are incapable, assume they are operating w/ constraints
11
62
482
@mjackson
MJ
3 years
I was fired from one of my very first dev jobs for arguing with senior management. It was absolutely terrible timing. My wife was 8 months pregnant with our 3rd child. I was 11 months in to that startup, so I hadn’t vested yet. But I was so cocky and sure that I was right.
19
30
461
@mjackson
MJ
4 years
It's my birthday today. I'm 38! 🥳🎉 As a present, I'd love it if you randomly did something nice for someone else. Let's make the world a better place in these stressful times through random acts of kindness.
48
15
456
@mjackson
MJ
8 months
Counterpoint: Java (Scala) microservices we’re an absolute nightmare for us at Twitter as we migrated off Ruby on Rails. Much of the complexity that Elon mentioned after he bought the company was from this architecture.
@schleyfox
Ben Hughes
8 months
At @Airbnb , while we appreciated the flexibility of Ruby on Rails earlier on, it absolutely became unsuitable at scale (both traffic and organizationally) and we had to work miracles while replacing much of it with java microservices.
38
141
1K
22
48
451
@mjackson
MJ
4 years
@raleighpolice "Protesting is not listed as an essential function"? Is this a joke?? 😂 This country was *founded* by protesters!
6
18
358
@mjackson
MJ
4 years
How it started: How it's going:
Tweet media one
Tweet media two
13
30
445
@mjackson
MJ
2 years
We are going to publish some research tomorrow on the @remix_run blog that will demonstrate some of the differences between Remix and Next. It will also mention a few points of comparison w non-JS frameworks like Rails, Laravel, and Phoenix. Stay tuned... and follow @remix_run !
11
23
443
@mjackson
MJ
3 years
If you're considering one of the many React alternatives out there, keep in mind: React is already used on many of the largest websites in the world. It's not someone's toy weekend project. It's production-grade code that scales to billions of users. Something to consider 😅
43
23
436
@mjackson
MJ
7 months
It makes me very happy that @remix_run is now a Gold sponsor of Vite 🏅 It takes real time and effort to make great open source software, and we are invested in this project and this community. Here’s to many more great things to come! 💪
Tweet media one
7
22
420
@mjackson
MJ
6 years
Finally got around to merging my doc about Render Props into the official @reactjs docs on 🎉 See it live at Enjoy!
13
109
414
@mjackson
MJ
3 years
It’s totally fine to disagree. But you don’t have to be mean about it. Kindness is important. It’s not just a nice-to-have. It makes a tangible difference in discourse. Kindness is what most people are missing when they lament the state of social media. KINDNESS MATTERS
10
57
415
@mjackson
MJ
8 months
I don't agree with DHH's reasons for ditching TS in his OSS work, but what I really hate to see is people piling on him and slinging mud. Mob mentality strikes again. 😕
45
17
406
@mjackson
MJ
5 years
@AOC @kennetpostigo Don't spend more than you earn. Then you can pay it off every month 😅
57
5
313
@mjackson
MJ
4 years
I'm seriously thinking about just dropping support for IE11 in React Router v6. It reaches EOL later this year, and I want v6 to be around for the foreseeable future. Besides, people who need IE11 can always use v5...
49
16
398
@mjackson
MJ
3 years
The difference between `null` and `undefined` in JavaScript: `null` is actually a JavaScript value (object), whereas `undefined` indicates the absence of a value You can see this if you try to JSON.parse them: JSON.parse('null') // null JSON.parse('undefined') // SyntaxError
27
46
383
@mjackson
MJ
4 years
I've been exploring color recently, trying to learn more about color theory by sampling the work of professional designers. Seemingly subtle differences in color can make a big impact overall. Below are 3 "gray" color schemes, from Tailwind, Material Design (2014), and GitHub.
Tweet media one
23
30
378
@mjackson
MJ
8 months
There’s been a bunch of talk about TypeScript recently. Some inflammatory stuff, but a few good discussions as well. For those of you who may be curious about a more nuanced take on the current discussion without the drama, I thought I’d take a sec to talk about why we chose to…
33
39
382
@mjackson
MJ
4 years
The core of react-router v6 is 357 lines of code, excluding comments and __DEV__ blocks (which are mostly propTypes). Should be able to read it in an afternoon, if you're curious 👀
7
33
374
@mjackson
MJ
7 years
🎉🎉 React Router v4 beta! 🎉🎉 Docs: Code: Try it: npm i react-router @next We 😍 @reactnative !
12
183
372
@mjackson
MJ
2 years
I left working at Twitter in 2012. I didn’t see anyone at the helm who had vision or ability to execute. The best idea they had was to fill everyone’s feed with stupid ads. But as an ex-employee I’ve always watched the company, hoping it would someday achieve its potential.
7
27
368
@mjackson
MJ
1 year
Can we all agree that “write once run anywhere” is a bad software design principle? Or are we still wondering about that one?
122
12
361
@mjackson
MJ
5 years
Someone built an entire database on top of Cloudflare Workers and Cloudflare KV 🤯 - JavaScript client - MongoDB-like query API - Role-based access - Full-text indexing - Hooks, functions, & triggers
11
68
361
@mjackson
MJ
3 years
I'm waaay past the honeymoon phase with TypeScript. We now have a dozen children, have both put on about 50 lbs, and we stay at home watching TV on Friday nights. What comes next?
40
18
356
@mjackson
MJ
6 years
Current status: learning. A LOT! - React Native (and Expo) - Native development, and deploying to app stores - Google Cloud Platform - Kubernetes + Docker Need to keep reminding myself that it'll get easier as I do this more. But man, learning new stuff can be hard! 😅
24
32
347
@mjackson
MJ
4 years
Who out there is proud of their CSS? Step right up, don't be shy. Let's see some examples of really good CSS! ✨ Major bonus points if it was written by more than one person over the span of more than a year.
55
36
349
@mjackson
MJ
4 years
@jacobmparis @ryanflorence A couple of things: - dropping support for anything older than IE11 - dropping support for React < 16.8 - using Google Closure Compiler - writing better code 😅
12
20
351
@mjackson
MJ
6 years
HOCs are like decorators. You wrap a component with some state/behavior to make a new one. Render props are like delegates. You specify a function that gets called once you have your state ready to go, and delegate the rendering.
13
107
341
@mjackson
MJ
2 years
My sincere hope is that all the other frameworks will steal all the ideas we have in @remix_run and use them to build better frameworks. Next is doing nested routing now. Great! 👍 Keep going. We have lots more ideas to share with you. 😅 This isn’t a zero sum game!
15
9
339
@mjackson
MJ
4 years
If you think React is big now, just wait. 2020 is going to be even bigger. And Preact is going to be a huge part of it. Not saying this to brag or try to cause division. I love the web, no matter what tools you're using. ✌️
13
30
337
@mjackson
MJ
4 years
Big release today. Represents the last 4-5 months of work for me personally. Let's do this. 🤘
15
7
337
@mjackson
MJ
2 years
My heart breaks when I think of the millions of beautiful, innocent people whose lives will be upended by the actions of a selfish dictator. God be with you, Ukraine 🇺🇦
7
14
331
@mjackson
MJ
2 years
Life is fragile. Don’t take it for granted. ❤️
10
13
333
@mjackson
MJ
5 years
It's hard to overstate how much automating builds and releases has improved my quality of life as a software developer.
15
18
322
@mjackson
MJ
4 years
As a software dev, I find few things more satisfying than a fully-automated, fast build. It's invaluable. On the other hand, slow, janky builds are huge time sinks. If you can, spend some time to automate your builds. Testing, releasing, etc. You'll be happy you did!
11
36
327
@mjackson
MJ
7 years
8 ♜ ♞ ♝ ♛ ♚ ♝ ♞ ♜ 7 ♟ ♟ ♟ ♟ ♟ ♟ ♟ ♟ 6 5 4 3 2 ♙ ♙ ♙ ♙ ♙ ♙ ♙ ♙ 1 ♖ ♘ ♗ ♕ ♔ ♗ ♘ ♖ a b c d e f g h Who wants to play? 😅
14
75
326
@mjackson
MJ
2 years
SSG/JAMStack broke so many developers' ideas about how the web works. When you take away the server, all you have left is the build. And that's a very limiting place to be. Put the server back in, and it's a breath of fresh air. You wonder why you ever left it. 😅
17
25
325
@mjackson
MJ
3 years
One of the biggest benefits of TypeScript IMO is the ability to quickly *communicate* an interface w/out diving deep into the implementation. Compare the TypeScript interface on the left with the JavaScript implementation on the right. 👀
Tweet media one
Tweet media two
12
26
313
@mjackson
MJ
4 years
Gotta say, I'm so happy we will be charging people for access to @remix_run . Just tired of dealing with entitled people who don't pay anything for my hard work.
32
11
323
@mjackson
MJ
4 years
This is really exciting stuff! Node 12 (current LTS) now lets you use `import` and `export` w/out any special flags. That means no more compiling with Babel just so you can use ES modules! Huge congrats to Myles and everyone who made this possible *in a current LTS release*! 🥳
@MylesBorins
sMyle
4 years
🎉🎉🎉🎉🎉🎉🎉🎉🎉 ESM is now unflagged, but still experimental, on Node.js 12 $ nvm install 12.17.0 🎉🎉🎉🎉🎉🎉🎉🎉🎉
9
89
308
6
49
320
@mjackson
MJ
2 years
We are completely rebuilding @remix_run 's file upload handling and streaming approaches on top of web streams in node and I'm so giddy about it. It's gonna be siiiiiiiick.
13
13
316
@mjackson
MJ
2 years
How do you generate a static site with @remix_run ? Since we released Remix v1 last year, many have asked us this question 🤔 It's usually better to have a server if you can! But if you can't for some reason, SSG can be useful. So let's make a static site with Remix! 😅 1/12
12
48
310
@mjackson
MJ
5 years
I'd like to congratulate my friend Ryan on his new role as manager of the React team at Facebook! Such a bright future ahead for React, really stoked about this. 😅
13
11
306
@mjackson
MJ
1 year
A few weeks ago @_developit said we should just use <a> and <form> + event delegation in Remix instead of <Link> and <Form> and I can’t stop thinking about it. Seems so obvious in hindsight! Future React Router API isn’t going to have any special elements for DOM stuff at all 👍
25
12
309
@mjackson
MJ
7 months
At this point I’m pretty certain we could build every demo I’ve ever seen of React Server Components purely with runtime APIs and without relying on bundlers or magic “use x” program directives in your code. No “—conditions react-server” needed. Instead, you could use the same…
19
21
307
@mjackson
MJ
2 years
I keep hearing people say they need an edit button for Twitter but haven’t yet heard anyone say how they’re gonna deal with all the complexity that entails. As an engineer, it seems like a nightmare addition with tons of edge cases!
34
21
306
@mjackson
MJ
6 years
I'm taking a break from Twitter for the next 2 weeks and deleting the app from my phone. Stepping away for some much needed vacation and family time. 😅 See ya!
10
1
303
@mjackson
MJ
1 year
Building a new web framework from first principles has been harder on my mental health than I ever thought it would be. Developers argue a lot about this stuff, and get angry and sling insults all day. I guess I didn’t realize that growing a “thick skin” was part of the job.
20
5
307
@mjackson
MJ
4 years
This past month, served - 50 billion requests - 2.4 billion unique users - 550 TB of data - 99.8% cache hit rate
Tweet media one
10
27
309
@mjackson
MJ
2 years
Remix v1 next week! 🚀 Send me the bill from your boss if you end up spending next Monday afternoon going through our starter demos instead of doing your work 😅
@remix_run
Remix 💿
2 years
Mark the date 📆! Remix is going free and open source on Monday and the team will be hosting a live stream to answer your questions! Join to ask questions. And hit the bell 🔔 on the video: to be notified when we go live!
23
219
990
5
22
303
@mjackson
MJ
5 years
GraphQL aficionados: what would you say is THE BIGGEST advantage to using GraphQL? No more over-fetching? Strong typing? Something else?
122
45
302
@mjackson
MJ
5 months
If you’re a fan of some other web framework, I’d like to challenge you to build this app in your framework of choice. I could sit here and tell you how cool I think @remix_run is, but nothing will convince you quite like digging in and doing the comparison yourself 😅
@remix_run
Remix 💿
5 months
Join us for the 12 days of Trellix 🎁 From now until Christmas we'll release a daily Remix Single, each based on Trellix, a Trello clone with some advanced UX. We're covering topics like User Auth, Pending & Optimistic UI, Drag & Drop, and much more! 🧵
16
74
500
9
27
169
@mjackson
MJ
1 year
There are some incredible folks at Shopify who are exploring porting our main admin app to @remix_run . ~2M lines of code 🤯 Anyone who has worked on an app like this realizes you don't rewrite in this situation. You have to MIGRATE. Will be a good test for Remix!
14
12
297