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

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

Awesome Lists containing this project

README

          

All FluxEx Examples
===================

[![Build Status](https://travis-ci.org/zordius/fluxex-examples.svg?branch=master)](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.