Earlier quoted context omitted.
Also as much as rails seems so popular, I REALLY don't like rails so this seems to take what's good about it and removes some of the nonsensical opinionated crap. I'm not too much of a fan of node either but it's easier to work with IMO
If you're not picking registers for your instructions are you really programming /s
Remix – A framework focused on web fundamentals and modern UX
121–130 of 307 posts
Re: Remix – A framework focused on web fundamentals and modern UX
#122Off topic: this is the best landing page I've ever seen on a mobile device. Keep scrolling down for some surprises!
Re: Remix – A framework focused on web fundamentals and modern UX
#123Off topic: this is the best landing page I've ever seen on a mobile device. Keep scrolling down for some surprises!
Re: Remix – A framework focused on web fundamentals and modern UX
#124This doesn't tell me anything at all, it looks like 100% marketing. Is there a comparison between this and Next.js, Gatsby or any other framework?
I'm digging into the demo vid to look for the selling points of this over Nuxt.
Re: Remix – A framework focused on web fundamentals and modern UX
#125The text are overlapping at a bigger text size.
Re: Remix – A framework focused on web fundamentals and modern UX
#126They lost me at: return ( {projects.map((project) => ( {project.title} ))} . . . I don't know why we need another framework that smashes together code and HTML/directive-based templates like this and, generally, keeps us bound so tightly to web idioms. Would be nice to have a framework that obscures these kinds of "web fundamentals", so we no longer have to wrangle such low-level primitives to build complex apps. EDI…
It's a lot more interesting that the "let's should be lets" comments.
Re: Remix – A framework focused on web fundamentals and modern UX
#127I wonder how Remix ranks next to Blitz.js[1] or Redwood.js[2]. They seem like they're all trying to do similar things. [1] https://blitzjs.com/ [2] https://redwoodjs.com/
At the end of the day, you must try them each for yourself and find which one resonates most with you and your team.
Re: Remix – A framework focused on web fundamentals and modern UX
#128Earlier quoted context omitted.
I'm curious what do you think is missing from Next.js that would make it better at connecting to databases and backend APIs? There is a bit of evidence that people are building heavily used web apps with Next.js that connect to databases, backend APIs, and expose APIs of their own, for example: https://nextjs.org/showcase
Yeah, other than the nested route thing, there doesn’t seem to be that much difference between Next and Remix when it comes to talking to a database.
Re: Remix – A framework focused on web fundamentals and modern UX
#129Earlier quoted context omitted.
I get that I can run this as a SPA, but then don't I lose out on the prerendered HTML fetched from the server? That's what I mean by isometric with Node.
I think the term is "isomorphic", as in having a single form.
Re: Remix – A framework focused on web fundamentals and modern UX
#130They lost me at: return ( {projects.map((project) => ( {project.title} ))} . . . I don't know why we need another framework that smashes together code and HTML/directive-based templates like this and, generally, keeps us bound so tightly to web idioms. Would be nice to have a framework that obscures these kinds of "web fundamentals", so we no longer have to wrangle such low-level primitives to build complex apps. EDI…