https://github.com/lucifier129/retour
an easy way to create isomorphic web app, render your page on both server-side and client-side
https://github.com/lucifier129/retour
isomorphic-rendering server-side-rendering single-page-app
Last synced: 6 months ago
JSON representation
an easy way to create isomorphic web app, render your page on both server-side and client-side
- Host: GitHub
- URL: https://github.com/lucifier129/retour
- Owner: Lucifier129
- License: mit
- Created: 2017-06-25T05:25:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T13:21:48.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T06:06:46.206Z (6 months ago)
- Topics: isomorphic-rendering, server-side-rendering, single-page-app
- Language: JavaScript
- Homepage: https://lucifier129.github.io/retour/examples/build/#!/test_basename/home
- Size: 358 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retour
an easy way to create isomorphic web app, render your page on both server-side and client-side# examples
- simple-react-app
* [render to dom](https://lucifier129.github.io/retour/examples/build/#!/test_basename/home)
* [render to string](https://lucifier129.github.io/retour/examples/build/?ssr#!/test_basename/home)