Closed chemzqm closed 10 years ago
The builtin adapter does not use events, if you want to handle models with events, then you need to specify the adapter to use. The examples should be fixed (separate issue). Yes, you have to specify the adapter every time if you want to use component/model. This is as designed.
The new adapter API of reactive 1.0.0 is awesome, but the default adapter is missing. If I use
component/model
, I have to define the adapter every time I use reactive, which also makes some of examples not working like observe.html. Should we use default adapter inadapter.js
like below?