Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmerhq/react-suspense-starter
Experiment with React Suspense right meow.
https://github.com/palmerhq/react-suspense-starter
parcel react react-dom suspense
Last synced: 3 days ago
JSON representation
Experiment with React Suspense right meow.
- Host: GitHub
- URL: https://github.com/palmerhq/react-suspense-starter
- Owner: palmerhq
- Created: 2018-07-27T20:28:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T14:07:53.000Z (over 6 years ago)
- Last Synced: 2025-01-01T17:08:58.305Z (10 days ago)
- Topics: parcel, react, react-dom, suspense
- Language: JavaScript
- Size: 366 KB
- Stars: 366
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - react-suspense-starter - Experiment with React Suspense right meow. (JavaScript)
- awesome-list - react-suspense-starter
README
# React Suspense Starter
So you can get ahead of it all...
## Getting started
To get started, clone this repository and install the dependencies.
```bash
git clone [email protected]:palmerhq/react-suspense-starter.git
cd react-suspense-starter
yarn
yarn start
```Open up `localhost:1234` and you are good to go. Unlike the current release of React (16.4), a suspense-enabled build of React and ReactDOM live in the `vendor` directory. These are then aliased with Parcel.
## Projects to play with
- [palmerhq/router-suspense](https://github.com/palmerhq/router-suspense) - Suspense-friendly React Router 4 clone
- [@reach/router](https://github.com/reach/router) - Ryan's new Router
- [threepointone/css-suspense](https://github.com/threepointone/css-suspense) - CSS loading for React
- [fresh-async-react](https://github.com/sw-yx/fresh-async-react) - More Suspense stuff (code, demos, and discussions).---
MIT License