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
- Host: GitHub
- URL: https://github.com/skovy/react-hooks-typescript-example
- Owner: skovy
- Created: 2018-10-27T14:44:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:28:36.000Z (over 3 years ago)
- Last Synced: 2025-03-28T13:44:29.564Z (over 1 year ago)
- Topics: examples, react, react-hooks, typescript
- Language: TypeScript
- Homepage: https://react-hooks-typescript.now.sh
- Size: 1.62 MB
- Stars: 79
- Watchers: 2
- Forks: 19
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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!