What is the best Frameworks for make a Website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the best Frameworks for make a Website?

9th Jun 2020, 4:57 AM
Michael Ponce Palma
Michael Ponce Palma - avatar
3 Answers
+ 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
9th Jun 2020, 7:44 AM
Ore
Ore - avatar
+ 4
For a dynamic website, Django, for a website that uses the DOM or event handlers a lot, React. Otherwise, vanilla HTML is sufficient.
11th Jun 2020, 1:54 PM
SapphireBlue
SapphireBlue - avatar
+ 1
JavaScript itself is the best tool to make website.
9th Jun 2020, 5:01 AM
Calviղ
Calviղ - avatar