A redux example to help developers build scalable applications with ui5
All code goes into the src/ folder, and it is divided into app logic (redux) and ui logic (ui5), the redux app is developed under the app folder and then bundled and exposed to the ui5 framework as a library by webpack.
- Yarn
- Webpack
- Redux
- UI5
-
yarn install
-
yarn run start:dev