Imagine a search box that takes some query and depending on the server interpretation of the query the client needs to transition to some state.
That's not your average scenario but its a whole category of apps where the UI state depends on the data. You can say that classical FSM is not fit for this category of apps. Or you can think some more ... :) Sent from my iPhone > On May 18, 2015, at 10:13 AM, Daniel Kersten <[email protected]> wrote: > > I'd ask myself, regardless of the data available, what are the logical states > that a user could be in and for each one, what are the actions that they can > perform (and what state does each action transition them to). > This could be as simple as pages and links, but with a rich single page > application it's more likely finer grained than that. Maybe what dialogs or > widgets are accessible. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
