React Live - Amsterdam, September 2019
September 13, 2019
- How to organize global styles for styled components. See for example
theme/index.js
andtheme/components.js
in this sandbox: https://codesandbox.io/s/reactlive-talk-bshv8 - Framer Motion can be used inside a SVG to animate parts of that SVG.
- React state containers: Mobx State Tree
- React state containers: Overmind.
- Using Cypress for performance testing and let your build fail when a page is slower than xxx seconds: https://github.com/yoavniran/reactlive2019.
- Lazy loading big chunks of data, for example in a table: https://react-window.now.sh/.