⚠️ This contains only the Typescript
related documentation specific to this repo. Please check the react-boilerplate documentation for more.
- General
This is a fork of the original boilerplate. It has been developed and maintained since 2018. It provides the exact same functionalities and features, however, it comes with some differences(benefits) due to the typescript nature.
Main goal is to enhance the original boilerplate by utilizing all the powerfull features of the typescript and to bring type-safety and scalability to all of the core building blocks (React, Redux, Sagas, Styled-Components, etc...).
IMPORTANT
And thats it :) The rest of the procedure is as same as the original boilerplate. Go ahead and check the docs :)
Take a look at the Key Notes & Differences to see how typescript
version differs from the original
Also, there are Code Samples to illustrate how to code with the typescript way