You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should follow a consistent plugin api like how rework, component/model, builder.js does:
varView=ripple(tmpl).use(refs())// instead of .use(refs)
that way the plugin maker can add options later on without breaking backwards compatibility. It's also a pain to find out which ones uses the first method and which ones the second, especially when you use many plugins at once. What do you think?
The text was updated successfully, but these errors were encountered:
I think we should follow a consistent plugin api like how rework, component/model, builder.js does:
that way the plugin maker can add options later on without breaking backwards compatibility. It's also a pain to find out which ones uses the first method and which ones the second, especially when you use many plugins at once. What do you think?
The text was updated successfully, but these errors were encountered: