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: 17 days 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: 2025-04-19T05:56:59.129Z (about 1 month 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: 2
- 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)