React - nimbletank/nimbletank-coding-standards GitHub Wiki

Minimising production builds

Ensure you are using the production build of React by following the instructions here

Using Preact instead of React

Preact along with preact-compat can be used instead of React to minimise production builds.

Resources