React/Redux Example
Many of the samples in this documentation use browser-native DOM manipulation methods in order to avoid being reliant on 3rd party libraries. In some cases this may cause some additional complexity that the reader is unfamiliar with.
To demonstrate an alternative approach, we have comissioned a quick and (hopefully) simple rewrite of the
dynamic contact example using
React and
Redux to illustrate the integration of these technologies with the API, instead of using the browser-native Javascript methods which our sample app uses.
The Github repo for this project is
here.
Installation
This is a self-contained project which assumes that node
npm
and python
are installed but which runs its own webserver.
Details of how to fork and run this project are included in the README which is shown on the above Github page.