busypeoples
busypeoples
**This PR is not meant to be merged!** Should only be used for validation of ideas at first. Discussion and possible implementations for https://github.com/CharlesMangwa/react-data-fetching/issues/20 and https://github.com/CharlesMangwa/react-data-fetching/issues/21.
**Opening an issue for documentation purposes.** A PR covering this issue will follow. Sorry @CharlesMangwa for delaying this for some time now. Enable to pass in a callback that `react-data-fetch`...
Opening up this issue for discussion, maybe this could be interesting. Enable to define different states and render them according to the current state. Check this out example using Tasks...
Would it make sense to add a couple of examples to the repository, just to give people a quick feel of what's possible with further?
Add FAQ section to docs. Show examples on how to solve common tasks like comparing two dependent fields etc.
Update to the latest `flow` version and fix all type errors.
Evaluate and update to use `React` 16.
Due to the fact that __Revalidation__ doesn't handle every specific case, but rather tries to focus on two things: local state management and synchronous validation, there should be a recipe...
Tests validating against actual React Component to verify expected results when triggering specific actions.
It would be very helpful to create an example showing how react, redux and react cards interact. Especially using react cards to write reducer tests for example would be beneficial.