Congratulations to the Remix team. Though neither Remix's nor Shopify's blog posts make it clear, I'm guessing Michael and Ryan will continue to lead Remix development while hopefully having a team of focused engineers working with them. Since Shopify really believes in and wants to use the tech, it's great that they'll be able to pay engineers to continue to develop it in the open. I believe Remix also was VC funded…
Remix web framework aquired by Shopify
131–140 of 209 posts
Re: Remix web framework aquired by Shopify
#132This is huge. Remix is my favorite React framework at the moment. It is by far the best abstraction I've seen of client/server model. Their API abstraction layer is just right, working with native browser and nodejs APIs, not obscure them. Typescript support is amazing. I'd bet my money on Remix model and direction vs Nextjs
could you characterize the difference you see between them? (to someone more familiar with nextjs?)
See also https://remix.run/blog/remix-vs-next
Re: Remix web framework aquired by Shopify
#133Interesting move by Shopify, given that they have Hydrogen [0]. I was half expecting Hydrogen to become its own all-purpose framework, but alas, they seem to plan for both to co-exist. > While Hydrogen is focused on commerce, Remix is focused lower in the stack, and will continue to be a general web solution that scales from content through commerce and all the way to apps. Shopify will use Remix across many projects…
We're working on a new version of Hydrogen which is powered by Remix: https://hydrogen.shopify.dev/roadmap/ It's nice to not have to build two meta-frameworks (along with docs and support) so Hydrogen can focus on commerce things.
Re: Remix web framework aquired by Shopify
#134Earlier quoted context omitted.
Wait what? We have frameworks for frameworks now? What?? How did we get there :(
I think React is better described as a library than a framework. Frameworks for libraries sounds entirely reasonable to me.
I've been waiting for the current crop of React frameworks (of which Remix is my current favourite but they all bring cool thing to the table) to appear since the early days of using it - it was only a matter of time.
First the library, then the patterns, then the ecosystem of add ons implementing those patterns, then the projects that scaffold sensible sets of those together for you along with a build setup etc, and finally... the all in one framework that does it all out the box.
Re: Remix web framework aquired by Shopify
#135This is huge. Remix is my favorite React framework at the moment. It is by far the best abstraction I've seen of client/server model. Their API abstraction layer is just right, working with native browser and nodejs APIs, not obscure them. Typescript support is amazing. I'd bet my money on Remix model and direction vs Nextjs
I suppose this means it's temporarily huge.
Re: Remix web framework aquired by Shopify
#136This is huge. Remix is my favorite React framework at the moment. It is by far the best abstraction I've seen of client/server model. Their API abstraction layer is just right, working with native browser and nodejs APIs, not obscure them. Typescript support is amazing. I'd bet my money on Remix model and direction vs Nextjs
Wait what? We have frameworks for frameworks now? What?? How did we get there :(
Everyone told me to just consider either React or Vue.
But that doesn't seem to be the case.
Re: Remix web framework aquired by Shopify
#137It's not like there are physicists trying to acquire Dirac notation.
Re: Remix web framework aquired by Shopify
#138This is huge. Remix is my favorite React framework at the moment. It is by far the best abstraction I've seen of client/server model. Their API abstraction layer is just right, working with native browser and nodejs APIs, not obscure them. Typescript support is amazing. I'd bet my money on Remix model and direction vs Nextjs
Wait what? We have frameworks for frameworks now? What?? How did we get there :(
If you prefer writing separate backend code:
- You can use any backend with Next.js/Remix if you want to. (https://remix.run/docs/en/v1/guides/bff)
- You don't have to use either of those for your front-end in the first place. You can just use React with Vite.
Thinking about SSR/SSG? You can use the Vite SSR plugin (does serverless SSR really well too)
If you prefer having your server and client coupled and want to go in with the new options (using React as your library):
- Use Next.js/Remix for everything. You can then choose parts of your architecture individually (for instance Prisma as ORM, TRPC/Blitz's RPC model as your API model (or Remix's action-loader pattern), etc.)
These are just two options and probably all you'll need to know to be productive unless you WANT to know more in which case you'll inevitably do your own research.
Re: Remix web framework aquired by Shopify
#139Earlier quoted context omitted.
Wait what? We have frameworks for frameworks now? What?? How did we get there :(
I think React is better described as a library than a framework. Frameworks for libraries sounds entirely reasonable to me.
Re: Remix web framework aquired by Shopify
#140Earlier quoted context omitted.
Anyone remembers that upon Remix' initial release, one had to buy a licence for 250 USD? https://web.archive.org/web/20201204025307/https://remix.run...
So what? This is akin to crowdfunding, or patronage. Many people were happy to have early access while supporting the project.