Skip to content

An base application to benchmark performance on React components which pass state through props, and lifts the state upwards.

Notifications You must be signed in to change notification settings

imadx/react-prop-passing-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test app to benchmark performance with passing state, and lifting state up

This is a test application to benchmark performance (at your will) on React components which pass state through props, and lifts the state upwards.

Only the root component is a stateful component, and the rest are stateless components.

Starting the application

Using yarn,

yarn
yarn start

Or if using npm,

npm install
npm start

About

An base application to benchmark performance on React components which pass state through props, and lifts the state upwards.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published