Hacker News new | ask | show | jobs
by ecmascript 1015 days ago
I started using remix a while back and man, it feels really refreshing in the javascript ecosystem. It feels like they really have hit all the sweet spots that you are used to if you come from an older framework like rails/laravel/django.

Even frameworks like Nuxt or similar kinda solves the same issue but they always seem more front end focused and kinda leaves the database layer up to the developer. I love that Remix takes a stance here and helps you get going.

You have everything you need to get started quickly and the performance is great. It's also really easy to extend functionality with packages and seems like there is very few things that you'll miss.