All Projects → slashdotdash → Phoenix React Redux Example

slashdotdash / Phoenix React Redux Example

Licence: mit
Phoenix framework example using React and Redux

Programming Languages

javascript
184084 projects - #8 most used programming language

Phoenix + React + Redux Example

Integrating React and Redux with the Phoenix web framework.

Heavily inspired by @ryanswapp's elixir-react-redux-example.

Implementation of the basic TODO example from the Redux documentation.

Uses an Elixir agent for in-memory persistence of the TODO list.

Phoenix channels (websocket) are used for client <=> server communication and to support multiple users.

Demonstrates an end-to-end integration of the following tools.

Quickstart guide

  1. Clone repository with git clone https://github.com/slashdotdash/phoenix-react-redux-example.git
  2. Install npm dependencies with npm install
  3. Install Phoenix dependencies with mix deps.get
  4. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].