https://github.com/refinedev/react-memoization
Example app for react memoization blog post
https://github.com/refinedev/react-memoization
Last synced: about 1 year ago
JSON representation
Example app for react memoization blog post
- Host: GitHub
- URL: https://github.com/refinedev/react-memoization
- Owner: refinedev
- Created: 2022-09-13T11:36:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T07:52:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T14:47:36.032Z (over 1 year ago)
- Language: JavaScript
- Size: 35.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/anewman15/react-memoization) 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.