As a web developer, who wants to make a static or dynamic web app, you're surrounded by so many choices, resources & communities.
But all these tools have to use HTML, CSS & JavaScript somehow as the app will run on the browser.
But, what if you are a React developer
You might think, you will just run create-react-app myApp
and that's it!
But unfortunately, that's not the case
The truth is you will end up trying to pick one of these 3 choices
Building a Blog with markdown files
Building a Not Todo app connected to a REST API