mediamonks / muban

A backend-agnostic framework to enhance server-rendered HTML using a modern webpack development setup.
https://mediamonks.github.io/muban/
39 stars 15 forks source link

Remove app/muban #151

Open skulptur opened 4 years ago

skulptur commented 4 years ago

https://github.com/mediamonks/muban/blob/master/src/app/muban/knockoutUtils.ts

I don't think it's commonly used, or should be in a lib if it is important

ThaNarie commented 4 years ago

Not commonly indeed, but still useful.

We could move it to muban-core for now, not going to hurt if you're not using it.

Later we can decide to have a @muban namespace and expose all kind of libs/plugins there.