|
|
|
|
|
by what-no-tests
1013 days ago
|
|
Try Sveltekit[0] it's a lot more like the VC part of Rails' MVC style. I've been using it with drizzle-orm[1] and it's been ok. I still miss all the other stuff you get from Rails out of the box, but it's more complete than just Next.js without all the React acrobatics. [0] - https://kit.svelte.dev/ [1] - https://orm.drizzle.team/docs/overview |
|