What's your JavaScript boilerplate?
Hi to everyone, this is my first discussion on Hashnode.
I'm a newbie to the modern Javascript ecosystem. So far I have always used PHP with jQuery to create web application but from a month I've started the transition to the JS world.
As you know, there are billions of tutorials, courses, and videos but every author uses a different approach to build a modern Javascript application.
Among all tutorials I have read, I appreciate this but there are not a lot of features (like database implementation, route with parameters and others). I also like the classic Create React App but it's missing the Server Side Rendering.
My questions are:
- What JavaScript technology do you use?
- Do you have a boilerplate to start every project?
Thanks to those who will answer!