https://github.com/yezyilomo/react-basic-components
Collection of React components which makes codes easy to read and write
https://github.com/yezyilomo/react-basic-components
jsx react react-component react-native react-router reactjs redux
Last synced: 5 months ago
JSON representation
Collection of React components which makes codes easy to read and write
- Host: GitHub
- URL: https://github.com/yezyilomo/react-basic-components
- Owner: yezyilomo
- Created: 2019-01-11T14:00:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T13:39:37.000Z (over 7 years ago)
- Last Synced: 2024-05-11T22:44:40.046Z (about 2 years ago)
- Topics: jsx, react, react-component, react-native, react-router, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Basic Components
This is a collection of basic React components which makes code easy to read and write.
## Opinions on Component structure
These components are meant to be highly reusable and they are not styled components(Only components which handle logics, eg conditional rendering, Looping etc).
Components should be simple to use such that they do not impose another complexity to library users.
Components should not introduce other HTML tags(intenally) which users will not be aware of(This might introduce undesirable behaviour to users in component layout or styling)
Each component should be written on its own File and placed in 'src/lib' direcory