▲ | adamddev1 5 days ago | ||||||||||||||||||||||||||||||||||
I have been frustrated with Next.js changing it's API so much in the last few years and making things more and more complex and confusing. I am wondering about giving Remix a whirl for an upcoming forum/CMS rewrite with custom auth. Anybody else have experiences with Remix? | |||||||||||||||||||||||||||||||||||
▲ | eknkc 5 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
If you don't like changing APIs I'd stay away from the Remix guys. I know it is not like Next but I've used react-router, which had some API churn, later evolved to remix and then back to react-router... Backward incompatible changes are the signature of it. The documentation story is a problem too because of that. Completely different things are named the same and they are now building a new Remix, not even on React as far as I can tell. Stick with a single version and you'd probably be happy though. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | b_e_n_t_o_n 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
I used it with Shopify's hydrogen framework. Wasn't a huge fan of hydrogen but Remix works fine, it mostly just got out of my way and worked. Dependency injection was trivial :) |