+ 2
What is the best Frameworks for make a Website?
3 Réponses
+ 3
It depends on what you want to do. Most of this frameworks are good for just a few things.
Below are some of their strengths
-> Angular - create a CRUD app that connects to a REST API
-> React - Single page MVC application
-> Redux - Store app state in front-end.
-> Ionic - Create PWAs that run locally on the user's mobile phone
-> Electron - Used with Node to make desktop apps
-> jQuery - Simplified frontend logic with no abstractions
+ 4
For a dynamic website, Django, for a website that uses the DOM or event handlers a lot, React. Otherwise, vanilla HTML is sufficient.
+ 1
JavaScript itself is the best tool to make website.