Files
chia-blockchain/electron-react/src
..
2020-10-19 21:02:03 +02:00
2020-06-01 08:56:59 -07:00
2020-10-19 21:02:02 +02:00
2020-10-19 21:02:03 +02:00
2020-10-19 21:02:03 +02:00
2020-10-19 21:02:02 +02:00
2020-10-19 21:02:03 +02:00
2020-09-14 15:38:55 -07:00
2020-06-01 08:56:59 -07:00
2020-10-19 21:02:02 +02:00
2020-06-01 08:56:59 -07:00
2020-07-16 13:05:43 -07:00
2020-09-14 15:38:55 -07: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