React
How we use React in Piximi
Organization
Use the following directory structure for new React components:
If your component has one or more child components, use the following directory structure:
A component shouldn’t publicly export any of their child components. In the previous example, Foo/index.ts
should only export Foo
:
Cascading Style Sheets (CSS)
Last updated