sajibsrs / notes-on-react

Notes on React with JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Notes on React with JavaScript

Note 1: While React team didn't deprecate or has no plan to do so as of now. They seems more focused on functional approach which is more up to date. It's better to prefer functional approach over class one. We are going to do the same here as well.

Note 2: React component lifecycle events are only available in class components. This topic is added only to provide a brief overview on how react works under the hood.

# React

# Components

# Component lifecycle

# Props

# State

# React hooks

# Essential hooks

# Additional hooks

About

Notes on React with JavaScript


Languages

Language:JavaScript 62.6%Language:HTML 23.5%Language:CSS 13.9%