Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmammino/judo-heroes
A React application to showcase rendering with Universal JavaScript
https://github.com/lmammino/judo-heroes
express expressjs javascript judo-heroes react react-router tutorial tutorials universal universal-app universal-applications
Last synced: 3 days ago
JSON representation
A React application to showcase rendering with Universal JavaScript
- Host: GitHub
- URL: https://github.com/lmammino/judo-heroes
- Owner: lmammino
- License: mit
- Created: 2016-08-17T23:08:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T18:46:39.000Z (9 months ago)
- Last Synced: 2025-01-11T03:16:26.895Z (10 days ago)
- Topics: express, expressjs, javascript, judo-heroes, react, react-router, tutorial, tutorials, universal, universal-app, universal-applications
- Language: JavaScript
- Homepage: https://judo-heroes.herokuapp.com
- Size: 1.63 MB
- Stars: 369
- Watchers: 24
- Forks: 222
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# judo-heroes
A simple application built to showcase Universal JavaScript with Node.js and React.## 😱 NEW VERSION AVAILABLE
A new version of the codebase is available in a dedicated repository: https://github.com/lmammino/judo-heroes-2
The new version includes the following changes and improvements:
- Updated to `Webpack 2`, `React 15.4`, `React Router 4` and `Express 5`
- Using pure components where possible
- Better structure of componenents
- Top down data passing
Be sure to ⬇️ **checkout** and ⭐️ **star** the [new repository](https://github.com/lmammino/judo-heroes-2) if you are interested in fresher code.## The tutorial
This application was created to support a "Universal Javascript" (aka Isomorphic) tutorial published on [Scotch.io](https://scotch.io):[React on the Server for Beginners: Build a Universal React and Node App](https://scotch.io/tutorials/react-on-the-server-for-beginners-build-a-universal-react-and-node-app)
[![React on the Server for Beginners: Build a Universal React and Node App](https://scotch.io/wp-content/uploads/2016/08/MRQddiUQsyvQrhgfGppw_scotch-featured-image-guidelines.png)](https://scotch.io/tutorials/react-on-the-server-for-beginners-build-a-universal-react-and-node-app)
## Want to know more about Node.js, React and Universal Javascript?
If you want to know more about Universal Javascript and improve your application even more (e.g. by adding Universal Data Retrival using REST APIs) I definitely recommend to read the chapter Universal JavaScript for Web Applications on my book [Node.js Design Patterns Second Edition (Packt)](https://www.nodejsdesignpatterns.com/):[![Node.js Design Patterns Second Edition by Mario Casciaro and Luciano Mammino](https://cdn.scotch.io/22/v1m65E8Te2tboZO7MvOA_book-cover-nodejs-design-patterns.png)](https://www.nodejsdesignpatterns.com/)
## Contributing
Everyone is very welcome to contribute to this project.
You can contribute just by submitting bugs or suggesting improvements by
[opening an issue](https://github.com/lmammino/judo-heroes/issues) or by [sending a pull request](https://github.com/lmammino/judo-heroes/pulls).## License
Licensed under [MIT License](LICENSE). © Luciano Mammino.