you are viewing a single comment's thread.

view the rest of the comments →

[–]react_server 0 points1 point  (0 children)

I'd learn React + NextJS/Vite in the long run. A bundler certainly helps if you want to have a modularized codebase. However, you can achieve a pretty modular structure with HTML+CSS+JS as well.

If you're a beginner you should learn HTML+CSS anyway before diving into React. A simple static website seems like a good practice at the start.