An open API service indexing awesome lists of open source software.

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

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