Skip to content

AlexanderShushunov/redux-form-rx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project shows how to Rx helps to work with redux-forms.

How to start

$ yarn 
$ yarn start

or

$ npm i 
$ npm start

Cases

  • produce a side effect (dispatch action) if some field has been changed
  • get some information asynchronously according to props
  • a field has two meanings depending on a boolean field; we should restore "the other meaning" if the boolean field has been changed
  • combo :)

All cases has two implementations: using react component lifecycle, using Rx.

I hope this repo shows that Rx version is clearer :)

About

Project shows how to Rx helps to work with redux-forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages