https://github.com/pmendelski/java-webpack-example
https://github.com/pmendelski/java-webpack-example
react redux spring-boot webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmendelski/java-webpack-example
- Owner: pmendelski
- Created: 2017-01-14T22:05:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T21:24:05.000Z (about 9 years ago)
- Last Synced: 2025-04-02T22:43:53.143Z (about 1 year ago)
- Topics: react, redux, spring-boot, webpack
- Language: JavaScript
- Size: 442 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Java-Webpack Example
An example of how to use JS frontend to consume an endpoint written in Java.
This is an advanced version of [java-react-example](https://github.com/mendlik/java-react-example) that uses [webpack](https://github.com/webpack/webpack) as a module bundler.
## Frontend Libraries
- [React](https://facebook.github.io/react/) - UI Library
- [Redux](http://redux.js.org/) - State container
## Additional information
This project is a part of a [presentation](https://docs.google.com/presentation/d/1-yZhsM43cyWWDVn6EUtK_wc39FAv-19_jwsKXlTe2o8/edit?usp=sharing)
Related projects:
- [react-intro](https://github.com/mendlik/react-intro) - Introduction to react and redux.
- [java-react-example](https://github.com/mendlik/java-webpack-example) - Simplified example without a module bundler.