Skip to content

Commit f49cb0d

Browse files
committed
fix($readme): add big graphic
1 parent beacc52 commit f49cb0d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="Edit Redux-First Router Demo" src="http://cdn.reactlandia.com/chat-badge-reactlandia.png">
33
</a>
44

5-
<a href="https://codesandbox.io/s/github/faceyspacey/redux-first-router-codesandbox" target="_blank">
5+
<a href="https://codesandbox.io/s/github/faceyspacey/redux-first-router-codesandbox/tree/master/?module=r1oVP5YEUZ" target="_blank">
66
<img alt="Edit Redux-First Router Demo" src="https://codesandbox.io/static/img/play-codesandbox.svg">
77
</a>
88

@@ -41,6 +41,10 @@
4141
</p>
4242

4343

44+
<p align="center">
45+
<img src="./universal-graphic.png" />
46+
</p>
47+
4448
<p align="center">
4549
🍾🍾🍾 <a href="https://github.com/faceyspacey/universal-demo)">GIT CLONE LOCAL DEMO</a> 🚀🚀🚀
4650
</p>
@@ -239,6 +243,16 @@ export default graphql(gql`
239243
> If it's not clear, the ***same*** `loading` component will show while both async aspects load, without flinching/re-rendering. And perhaps more importantly **they will be run in parallel**.
240244
241245
246+
## Universal Demo
247+
🍾🍾🍾 **[faceyspacey/universal-demo](https://github.com/faceyspacey/universal-demo)** 🚀🚀🚀
248+
249+
```bash
250+
git clone https://github.com/faceyspacey/universal-demo.git
251+
cd universal-demo
252+
yarn
253+
yarn start
254+
```
255+
242256
## Contributing
243257
244258
We use [commitizen](https://github.com/commitizen/cz-cli), so run `npm run cm` to make commits. A command-line form will appear, requiring you answer a few questions to automatically produce a nicely formatted commit. Releases, semantic version numbers, tags, changelogs and publishing to NPM will automatically be handled based on these commits thanks to [semantic-release](https://github.com/semantic-release/semantic-release). Be good.

universal-graphic.png

28.8 KB
Loading

0 commit comments

Comments
 (0)