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

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

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.