Nothing here yet.
Nothing here yet.
No blogs yet.
If I want to add more properties to a component more chances that I'll go the regular way not the classed approach. But I do have many cases where all I need is just setting some fixed classes to an element. daily.dev webapp has many examples
Thanks Catalin Pit ! I did use Nextjs but bundled with Preact instead of React. There's a plugin for that. The main reason is bundle size. Preact should be more performant as well. For such a small application it makes perfect sense. I wrote an article about Preact if you want to check it out: https://daily.dev/blog/preact-a-lightweight-alternative-to-react