cwlsn / rinse-react

🚿 Rinse, React, repeat. A boilerplate to build a React component library.
https://rinsejs.io/
MIT License
158 stars 43 forks source link

Create some sort of architecture philosophy document #8

Open cwlsn opened 6 years ago

cwlsn commented 6 years ago

Preamble

I find myself doing things differently while creating this repo and companion content, trying to focus on defaults of libraries. I would normally not use a .storybook directory and opt for my own config folder, but keeping scripts as simple as possible is really refreshing. I feel like I am constantly coercing my projects to work with my opinionated structure instead of relying on the OSS community's sensible defaults. These people are smarter than me, and while it may help me understand the libraries I implement, going to route of the defaults feels cleaner.

Requirements