Skip to main content

Posts

Showing posts from March, 2020
ExpressJS                   - Is a web application framework for Nodejs                   - Discharged as free and open source computer program                              under the MIT Permit                   - Is outlined for building web applications and APIs                   - Provides a robust set of features for web and mobile                                     applications                   - Developed ans maintained by the Node js foundation                   - High performance, extensible and reusable   Ho w to ...
React                -Is a java script library for build user interfaces.               -Used to create single page applications.               -Allows us to create reusable UI components.               -Every component in react goes through a life cycle of  events.               -Developed and maintained by Facebook and  Instagram.               -Acts as view in MVC architecture.               -Classes are considered as components.               -Simplicity and aim to performance are main benefits.                                              Main f...