ts-react-boilerplate
v1.0.0
Published
A universal boilerplate for building web applications w/ TypeScript, React, Redux and more.
Downloads
2
Maintainers
Readme
Shop Components
Idea behind this repo is to keep our components separated from our core web app. This way we can test it individually, detect breaking changes, and most importantly, re-use it in various project, say backend?
Demo of all the components will be provided under documentation repository with details on how to use a specific component and code examples
For this repository, we only create re-usable components, test them and release using semantic-release
We'll rely heavily on testing, whenever it's required to see the component on the browser, We can edit the examples/Page.tsx, one can create new files, but be sure not to export them anywhere since we want to keep this package minimal in size.