Example implementation of CRUD with REST JSON API
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
I am asking a lot, i know. But i cant do this without you / Flummox gurus.
Its hard to decide on what Flux flavor to use for my SPA. Right now Flummox is my favorite due to being Isomorphic, relatively popular, in active development. However it comes short on example implementations.
Just about any Flux flavor has a TODO example, and most lack server communication. I can't even imagine someone building apps without that.. i'm flabbergasted as to why there are no examples on that. I understand there are many ways to have data move from API to stores, but i just need one. I need it to work first, so i too can start looking at alternative API<->store implementations.
So **i humbly ask to provide an example** that;
- has UserStore and actions by Flummox
- talks with REST API in JSON such as `/users/:id` with `GET`, `POST`, `PUT`, and `DELETE`.
I believe this wil help Flummox adaption, as this is what just about anyone wants to use it for.
Contributor guide
Assessment
This issue has not been assessed yet.