https://github.com/ph4un00b/jotai-signals-typescript
https://github.com/ph4un00b/jotai-signals-typescript
expo jotai react-native signals
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ph4un00b/jotai-signals-typescript
- Owner: ph4un00b
- Created: 2023-02-28T20:56:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T19:24:39.000Z (over 3 years ago)
- Last Synced: 2025-06-20T21:49:19.956Z (about 1 year ago)
- Topics: expo, jotai, react-native, signals
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### React Native
### jotai/signals library
##### info
- issue: https://github.com/jotaijs/jotai-signal/issues/9
- [Demystifying Create React Signals Internals from Daishi Kato](https://blog.axlight.com/posts/demystifying-create-react-signals-internals/)
- [React vs Signals from Ryan Carniato](https://dev.to/this-is-learning/react-vs-signals-10-years-later-3k71)
- [Response from Dan Abramov](https://dev.to/dan_abramov/comment/256g9)
- [Signals on Vue from Vue's Docs](https://vuejs.org/guide/extras/reactivity-in-depth.html#connection-to-signals)
- [Signals comparison Video from Jack Herrington](https://www.youtube.com/watch?v=ZLMjJL70glE)
##### worked on
- [x] javascript (npx create-expo-app my-app)
- [x] typescript (sdk 48, npx create-expo-app --template)
- [x] web (thru react-native-web)
- [x] dev builds (https://docs.expo.dev/development/create-development-builds/)
##### todo
- [ ] preview mode (npx expo prebuild && npx expo run:android)
##### branches
- master (typescript)
- npx expo start --android
- npx expo start --ios
- web
- npx expo start --web
##### online samples (by Mr. Daishi)
- https://snack.expo.dev/kjclneke1
- https://codesandbox.io/s/priceless-star-kg7dmh?file=/src/App.js