Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/expo-razzle-react-primitives-starter
https://github.com/brodycj/expo-razzle-react-primitives-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/expo-razzle-react-primitives-starter
- Owner: brodycj
- License: mit
- Created: 2019-04-11T13:57:49.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2020-04-02T19:47:25.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T00:17:28.993Z (5 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expo-razzle-react-primitives-starter
**LICENSE:** MIT (see [LICENSE](./LICENSE))
Clean starter project for building an app using `react-primitives` that works on both Razzle web server and Expo.
This project was originally created using `expo init` and then updated to work with both Razzle and Expo.
(This is much cleaner than combining an Expo app together with an app generated by `create-react-app`.)## Quick start
Requirements:
- Expo CLI (`npm install --global expo-cli`)
- Yarn (*highly recommended*; use of `npm` instead of `yarn` is not tested or supported)Within a clone of this project:
- `yarn install`
- `yarn start-web` to start local Razzle web server
- `yarn start-expo` to run on Expo## Major alternatives
With `create-react-app` / Expo app combined:
-
-
(see for a WIP demo using `react-primitives`)## Major TODO items
- [ ] automatic linting
- [ ] automatic Prettier style check
- [ ] add support for automatic testing using `react-test-renderer`
- [ ] test and support conversion to React Native using `expo eject`
- [ ] upgrade to use React 16.8.x with support for Hooks - waiting for Expo to release Expo SDK 33 with React Native 0.59 ()## License
MIT (see [LICENSE](./LICENSE))