Skip to content

2j2e/redux-form-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer

This is a readonly example of form implementation based on unidirectional data flow which uses redux-form, redux-thunk and redux-saga. It shows how the basic flow can look like and what are the pitfalls can be. The source code was extracted right from the test branch that succesefully died after research has been finished and was never used.

Summary

My message to everyone try to avoid writing your own redux form library. You will need to mirror a tons of stuff to state, handle the flux data flow, synchronize it with async API calls, validation, fields events, etc.

About

An example of Redux form engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published