File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Java-React Example
2+
3+ An example of how to use JS frontend to consume an endpoint written in Java.
4+
5+ ## Frontend technologies
6+
7+ - [ React] ( https://facebook.github.io/react/ ) - UI Library
8+ - [ Redux] ( http://redux.js.org/ ) - State container
9+
10+ ## Additional information
11+
12+ This project is a part of a [ presentation] ( https://docs.google.com/presentation/d/1-yZhsM43cyWWDVn6EUtK_wc39FAv-19_jwsKXlTe2o8/edit?usp=sharing )
13+
14+ Related projects:
15+
16+ - [ react-intro] ( https://github.com/mendlik/react-intro ) - Introduction to react and redux.
17+ - [ java-webpack-example] ( https://github.com/mendlik/java-webpack-example ) - Advanced example showing how to use a module bundler in a Java project.
18+
19+ Tip: [ How to enable LiveReload in IntelliJ] ( http://stackoverflow.com/a/35895848/2284884 )
You can’t perform that action at this time.
0 commit comments