react-ui
react-ui copied to clipboard
React UI is a themeable and performant UI library for React apps.
Potential uses: - home, main picture — a scheme, analogy of customization… - home, four building blocks
Looking at the modifier classes, I think we could further unify their names instead of attempting to build sentence-like names: `.isToolbarAlignedToTop` ➡️ `.isToolbarAlignTop`, etc. The pattern would be: 1. `.is`...
Something can be just a change — not a feature, not refactoring, not patch, just a change.
JS and CSS used to be linted with the demo but we don't have it anymore.
The core idea of RUI is its customizability, so…?
`false` is not accepted as value of `propTypes.node`. Users must use `null` or `undefined`. Affects all components that allow nesting.
It could suppress the design guidelines or API, depending on of what people need to see. See orbit.kiwi and its developer mode.
- accessibility - themeability - performance and bundle size - mobile first approach - helper functions and performance - ITCSS - RTL awareness - translations
- improving accessibility - explain `forwardRef`, https://reactjs.org/docs/forwarding-refs.html - describe dev version of library — readable class names in app and in snapshots