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

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

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