mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-07 02:24:15 -05:00
IN PROGRESS
Best pracitices:
- using TypeScript and CSS-in-JS because material ui is using CSS-in-JS
- Only one exported component per file
- Same file name like exported function / component / class
- CSS, gprahql file next to the component file with different extension
- turn on eslint in your IDE
- create unit tests for all components