Barry Staes

Results 21 comments of Barry Staes

Thanks Andrew. > An example with a UserStore (which I assume is like a SessionStore) > i was not referring to a 'sessionstore' as i understand that.. I meant just...

The example CRUD could be with fewer fields of course, but a realistic example has more than one field (vs the todo examples) which at least includes a string, integer,...

Yes that is another problem i too need to solve.. Id be happy to see such an example implementation where many eyes agree upon Its design ofcourse. But its wont...

With respect, sorry i do not see how that example is relevant here.. Its not using a REST API (it has no serverside storage) and its _another_ one-field-per-item todomvc. The...

I stand corrected, sorry @nambrot. :+1: I might have misread your list of cons on other examples as if they where features of yours.

Thanks @jirivrany i already found it useful! I am doing a Flummox example based on the popular `react-starter` here: https://github.com/barrystaes/react-starter/tree/userstore-flummox?files=1 (work in progress..)

I gave up on making this CRUD example, and also on using Flummox. If anyone feels like showing how its done with Flummox, i'd be happy to hear!

:+1: Documentation on what `FluxComponent.connectToStores()` solves, and how (notably what do its parameters represent) would be most welcome. Once i hit the point (a _very_ lucky shot) where "it works...

Those options sound fine to me.. About the UI.. ofcourse there are _many_ ways to design this. Some would like to show a vertical list of 10 suggestions, others would...

I'd also like to use an input like this with bootstrap, especially if it can do autocomplete (using a given array) to avoid typos. But i'd also have to note...