Skip to content

Latest commit

 

History

History
 
 

blog-react-memoization-memo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Memoization in React

Project Setup

We will take off from where we left off in the previous post. In order to get everything up and running, please follow these steps:

  1. Clone the react-memoization project from this repo to a folder of your choice.
  2. Navigate to the cloned folder and open it in your code editor.
  3. Run yarn install to install all npm packages.
  4. Run yarn start to start the server.
  5. Open Google Chrome and navigate to http://localhost:3000.
  6. Use Ctrl + Shift + J on Ubuntu or Command + Option + J on Mac to inspect the webpage and open browser's console.