My Blog
Render a Class Component

Render a Class Component

Suraj

Suraj

Jan 22, 2022

React components are passed into ReactDOM.render() a little differently than JSX elements. For JSX elements, you pass in the name of the element that you want to render.

Continue Reading
Functional Component

Functional Component

Suraj

Suraj

Jan 24, 2022

React components are passed into ReactDOM.render() a little differently than JSX elements. For JSX elements, you pass in the name of the element that you want to render.

Continue Reading
Get State from the Redux Store

Get State from the Redux Store

Suraj

Suraj

Jan 31, 2022

The Redux store object provides several methods that allow you to interact with it. For example, you can retrieve the current state held in the Redux store object with the getState() method.

Continue Reading
Introduction to React

Introduction to React

Suraj

Suraj

Feb 01, 2022

JSX is a XML-like syntax extension to ECMAScript (the acronym stands for JavaScript XML). Basically it just provides syntactic sugar for the React.createElement()

Continue Reading
new item

new item

Suraj

Suraj

Feb 02, 2022

The goal of React Fiber is to increase its suitability for areas like animation, layout, and gestures. Its headline feature is incremental rendering: the ability to split rendering work into chunks and spread it out over multiple frames

Continue Reading

Recent Posts

Categories