react

React JS Redux

Redux offers a centralised store(Single point of truth) for maintaining and updating application state as well as a way to control the flow of data into and out of the store, whereas React offers a method for creating and rendering UI components. You can build data-driven applications that are simple to manage and debug by …

React JS Redux Read More »

React JS: JSX

With JSX, you can write components that look like this: index.js In this example , App is function based component of react which return HTML wrapped inside div . Output:   Another Example : JavaScript expression within JSX: index.js Output:

React JS Overview

What is React Pre-requisite for ReactJS Before starting with React.JS, you should be familiar with : Understanding How React Work? History of React.JS Year Event 2011 Jordan Walke, a software engineer at Facebook, created React. 2013 Facebook officially releases React as an open-source project. 2015 React Native, a platform for building native mobile apps, is announced …

React JS Overview Read More »

Scroll to Top