Open justinbmeyer opened 6 years ago
Currently working on updating these demos. Is the intention to have them use the connect()
pattern
as described here, where you create a Store
class that extends yelm's ObserveObject
and connect it to the dumb react component?
As of right now these examples are using can-define
with DefineMap
s to store the state. I just wanna confirm that we're no longer going to be using DefineMap
s.
Also is there any need to still use react-view-model
? I'm not 100% sure what the difference between react-view-model
and yelm
is.
where you create a Store class that extends yelm's ObserveObject and connect it to the dumb react component?
Yup.
I just wanna confirm that we're no longer going to be using DefineMaps.
That's correct!
I'm not 100% sure what the difference between react-view-model and yelm is.
Ylem is the new way. We shouldn't use RVM anymore.
They are currently written using v0.5, and should use the latest pre-release.
Chat To Do MVC
Related - #12 (ATM)