https://github.com/expo/sdk-31-with-hooks-experimental
An empty project using a fork of React Native and an alpha version of React in order to somewhat support hooks
https://github.com/expo/sdk-31-with-hooks-experimental
Last synced: 6 months ago
JSON representation
An empty project using a fork of React Native and an alpha version of React in order to somewhat support hooks
- Host: GitHub
- URL: https://github.com/expo/sdk-31-with-hooks-experimental
- Owner: expo
- Created: 2018-11-13T17:50:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T18:16:26.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T12:09:44.586Z (6 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template with experimental hooks support
Using the approach suggested in https://github.com/facebook/react-native/issues/21967 this project runs a fork of React Native to support the experimental hooks API. I wouldn't expect this to work particularly well, the aforementioned thread documents some issues with `useEffect` for example. But if you'd like to give it a try, here you are!