typescript-cheats
A Cheat Sheet with common Types/Boilerplate codes to get started with types in React & React Native
The main goal of this website is to be a resource for developers that struggle with common Typescript. typescript-cheats is open-source, feel free to submit your PR.
Website URL
Release History
- 0.0.1
- Work in progress
Meta
Nathan Brachotte – @nathanbrachotte – nathan.brachotte@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/nathanbrachotte/typescript-cheats/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request