As much as I love writing React applications, I'd prefer not to. I'd rather have finished hours ago so I can spend time either on a beach outside m...
For further actions, you may consider blocking this person and/or reporting abuse
OMG that's an amazing article with tons of useful things, I'm very happy to notice that I am already using some of these stuffs but even happier to see other cool things that I never gave a try before, thanks for writing!
You’re very welcome! :)
Thanks for mentioning Scaffolder
Glad you liked it :)
If you actually have a site, then use a framework such as NextJS (my favorite too) Gatsby or Remix. Apps don't really require that and you could just use create-react-app.
Agreed, there are certainly cases where a framework is overkill.
If you are using ESLint, it can become tricky to keep it in sync with Prettier. We abandoned Prettier in favor of 'autofix on save' in VSCode. This gives us:
I haven’t tried that yet but will check it out. Thank you for suggesting!
I'm only missing TypeScript here. That alone speeds up development tremendously.
This article blow my mind. Thanks for this information
What do you prefer if not React apps?
For forms, I also recommend Formiz as it is really simple to use and have multiple steps built in. 🙂
Ah, that looks like a great library!