acdlite / acdlite/flummox

Example implementation of CRUD with REST JSON API

Open
#141 18 comments 0 reactions 0 assignees View on GitHub
discussion outdated question
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.