Tag: react
-
Javascript frameworks 2020
Java script is one of the most essential object orient programming language designed to make web development. It makes things easier, more engaging, responsive, interactive, which helps in enhancing user experience. With the advancement of technology, a various JavaScript framework has also emerged in the market. It is a tool that makes working with Java […]
-
Downgrade npm: command line
Many nodejs apps like create–react–native–app are designed to work over npm 4 and many of those remain un-ported to latest npm versions. In such cases we would be needing to downgrade a working npm version that might be higher than the npm versions they work for. In this respect, create–react–native–app works only with 4 or lesser and […]
-
What is ReactJS? What do we get out of it?
ReactJS is a Javascript based framework, used for creating the UI layer for your web applications. It helps us create a declarative and component based extensible UI code. It helps in rendering single page application more optimally and more aptly for improved User eXperience. Advantages in more detail: Declarative UI code – meaning there is […]
-
Simple MUI login screen react-redux
The login screen used to authenticate with the passportjs es6 app that was discussed in previous posts is just a simple react, redux template based login screen. The template was a derivation from real-world redux example. So there may be some template code here and there. The UI looks something like: The code for the […]