Skip to content

ThaSMorato/react-performance-poc

Repository files navigation

React Performance POC

To analyze the bundle.js:

  • windows:
npm run analyze
# or
yarn analyze
  • linux:
ANLYZE=true npm run build
# or
ANLYZE=true yarn build

To start the app

npm run dev
# or
yarn dev
# and
npm run server
# or
yarn server

The impact of the performance adjustments made in this app is almoust unotable for this app, it's only to study the possible ways to manage performance

About

React performance POC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published