My Remix Starter
A deep dive into my Remix starter, Slowcore Stack, and how to use it to create a new app.
A deep dive into my Remix starter, Slowcore Stack, and how to use it to create a new app.
The landscape of current React full-stack frameworks is pretty much dominated by Next.js. But I never quite liked it, and always felt it’s too complex for its own good. So recently I’ve started to use Remix.
Object-oriented programming has a lot of rules. But these aren’t just to have something to talk about during code reviews or to flex on which book from 1994 or 2008 you’ve read.
TypeScript, while being “only” a superset of JavaScript, provides quite robust system of typing. But, when to use what?
Last time we’ve used atomic design methodology to move the whole UI to a separate layer. Today we will take business problems and put it in yet another place.
With forms, we have a few ways of validation. Today I will tackle the default browser-based one.