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

https://github.com/skovy/react-hooks-typescript-example

🎣 Examples of using React Hooks with TypeScript
https://github.com/skovy/react-hooks-typescript-example

examples react react-hooks typescript

Last synced: about 1 year ago
JSON representation

🎣 Examples of using React Hooks with TypeScript

Awesome Lists containing this project

README

          

## 🎣 React Hooks TypeScript Examples

[View the live demo here](https://react-hooks-typescript-example-ljpijrbetn.now.sh/) or [edit it live in CodeSandbox](https://codesandbox.io/s/github/skovy/react-hooks-typescript-example).

### Getting Started

Check out [this post to create a React TypeScript app from scratch with support for React Hooks](https://medium.com/@skovy/using-react-hooks-with-typescript-aae6c7b2a3a9), or:

- Clone this repository `git clone git@github.com:skovy/react-hooks-typescript-example.git`
- Install the dependencies `yarn install`
- Start the app `yarn start`
- Experiment with React Hooks!