Usage docs Reference Examples

Example projects

ReDApp provides a few example projects, for demo purposes and as a full implementation reference. Try them!

React Example

The React/Redux mix is very common, hence an example to use ReDapp with React.

A live demo can be found here: https://redapp.protolambda.com/examples/react-example/

Source code: https://github.com/protolambda/redapp/tree/master/examples/react-example

Minimal example

This is the example you want to check out if you just want to use redapp on a very minimal NodeJS project, which can be easily adopted to your own redux setup.

The minimal example can be run from CLI.

https://github.com/protolambda/redapp/tree/master/examples/minimal

Feature requests / Bug reports

Suggestions and improvements are always welcome, just create an issue or PR on GitHub!