# styling system

## TODO: look in to memoization
- https://rossbulat.medium.com/how-to-memoize-in-react-3d20cbcd2b6e
- [Use React.memo() wisely](https://dmitripavlutin.com/use-react-memo-wisely/)
- [react-memo-demo - CodeSandbox](https://codesandbox.io/s/react-memo-demo-c9dx1)
- [Optimize Your React App with React.memo | by Aditya Agarwal | Bits and Pieces](https://blog.bitsrc.io/optimize-your-react-app-with-react-memo-ec52447b09ba)
- [andywer/use-inline-memo: ⚛️ React hook for memoizing values inline anywhere in a component](https://github.com/andywer/use-inline-memo)
- [theKashey/react-memoize: 🧠 React memoization library we all deserve](https://github.com/theKashey/react-memoize)
- [Premature Optimize the Heck Out of Your React Apps Using Memoization](https://robertcooper.me/post/premature-optimize-the-heck-out-of-your-react-apps-using-memoization)
- [leobalter/fast-memoize: Fastest possible memoization library](https://github.com/leobalter/fast-memoize)
