Fork me on GitHub
#hoplon
<
2018-02-01
>
thedavidmeister01:02:20

@flyboarder hmm this is where it gets difficult, data validation is a really deep topic

thedavidmeister01:02:56

we've moved past tracking async processes into something a lot more complicated

flyboarder01:02:55

however we dont need to be responsible for the validation, only the result of validation

flyboarder01:02:57

the thing about my implementation, is that any bit of implicit state can be explicitly set, so if a component wants to manage any of it itself it still can

flyboarder01:02:55

*status* is where I would put this type of state

flyboarder01:02:59

I just updated the snippet above to include *error* and *success*, also this will be part of the repo here eventually: https://github.com/degree9/enterprise

thedavidmeister01:02:00

kk, i'll think about it a bit more and offer some feedback 🙂

onetom17:02:57

hello again, guys!

onetom17:02:44

i might have a chance to get back to hoplon on a project.

onetom17:02:00

i just ran thru the changelog; tons of things have changed... @flyboarder @thedavidmeister i see 7.x was mostly the result of your commits. Q1. what's the best example repo currently which demonstrates the capabilities of Hoplon 7.x? Q2. is there a widget library you can recommend? Q3. https://github.com/hoplon/demos doesn't seem to be updated; why is that?

flyboarder18:02:38

@onetom I don’t think there are public example projects yet which use the new 7.X versions, however they should be Fully compatible with the last 6.0-alpha series, most of the changes are internal not public facing

flyboarder23:02:38

@onetom also what do you mean by “widget library”, are you looking for a UI framework of components, then http://github.com/degree9/uikit-hl is my current favourite