Skip to content

⚒️ 🚧 This is a workshop for learning how to build React Applications

Notifications You must be signed in to change notification settings

imranhsayed/react-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Workshop

🔥 This is a workshop for learning how to build React Applications.

Before you Start

I've branched the repo for individual topics. To checkout all branches run: git branch --all. To checkout individual branch run: git checkout <branch name>. From there on you should be good.

Branch Name: 03-react-memo

Branch Description:

Example for using React.memo() React.memo is a higher order component. Does not rerender if the props value does not change.

Installation

  1. Clone this repo in git clone https://github.com/imranhsayed/react-workshop

  2. Run npm install

Blog Link

Commands

  • dev Runs webpack dev server for development ( in watch mode )
  • prod Runs webpack in production mode