ZiadJ / knockoutjs-reactor

Recursively tracks changes within a view model no matter how deeply nested the observables are or whether they are nested within dynamically created array elements.
Other
74 stars 23 forks source link

Add Universal Module Definition to be able to use it with RequireJS #39

Closed slgal closed 7 years ago

slgal commented 7 years ago

Hello, I think it will be nice to to add Universal Module Definition. So knockout-reactor can be used with RequireJS and other module loaders. More here: https://github.com/umdjs/umd

Thanks