UI
Name 5 Javascript UI Frameworks (other than React)
1-Ext JS by Sencha 2-Angular 3-Redux 4-Three.js 5-Vue 6-Ember 7-Svelte 3
What’s the difference between a framework and a library?
A Library is a set of code that was previously written by a developer that you can call when you are building your project.In Library, you import or call specific methods that you need for your project.Reusability is one of the main reasons to use libraries.Links to an external site. But framework is a supporting structure that gives shape to your code.In the Framework, you have to fill the structure accordingly with your code.There is a specific structure for a particular framework that you have to follow, and it’s generally more restrictive than Library. Some common examples of Framework are:
1-Angular :Angular is a JavaScript framework for web and mobile development. 2-Express : Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Document the following Vocabulary TermsLinks to an external site. Rendering :to showing the output in the browser. Templates : A template is a chunk of HTML that you need to inject onto the page. State : The state object is where you store property values that belongs to the component.When the state object changes, the component re-renders.