https://github.com/zordius/fluxex-examples
All examples from https://github.com/zordius/fluxex/tree/master/examples , this repo triggered travis builds on examples
https://github.com/zordius/fluxex-examples
Last synced: 4 months ago
JSON representation
All examples from https://github.com/zordius/fluxex/tree/master/examples , this repo triggered travis builds on examples
- Host: GitHub
- URL: https://github.com/zordius/fluxex-examples
- Owner: zordius
- Created: 2015-01-01T02:56:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T04:24:00.000Z (over 8 years ago)
- Last Synced: 2024-10-06T03:20:18.311Z (over 1 year ago)
- Language: HTML
- Homepage: https://github.com/zordius/fluxex
- Size: 38.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
All FluxEx Examples
===================
[](https://travis-ci.org/zordius/fluxex-examples) **https://github.com/zordius/fluxex is source of truth, all issues/pull requests should be filed there.**
* 00hello: A quick start demo works just like Start from Scratch steps.
* 00-simple-single-page: a single page demo shows react server side rendering and client side re-render.
* 01-history-api: single page demo shows react re-rendering triggered by html5 history api push/pop.
* 02-routing: a routing example prowerd by npm:routes .
* 03-service: a single page demo supports pjax and shows how to wrap npm:request to `service name` => `api url` mapping, prevents api urls be exposed.
* 04-infinite-scroll: an youtube search demo support pjax and infinite scroll.