-
I think the util directory should have a subdir deviceStateTracker by default with these files:
https://github.com/mediamonks/muban/blob/master/src/app/data/shared-variable/media-queries.json
https:…
-
There's an auto generated PR #22, but Acorn was also an issue on Muban's repo and there we updated to 6.4.1 which is a major version newer, so I suggest we ignore #22 and create a new one with that sa…
-
I haven't directly tested [Turbolinks ](https://github.com/turbolinks/turbolinks) with Muban, but skimming over its documentation looked like it should work out-of-the-box. If that is the case, we cou…
-
It would be nice if Muban supports props which are only readable from outside, but not writable.
-
Components form a tree structure and that should be more deeply explored by the component API.
Some ideas:
- We could make the components reactive/declarative
- Automatically dispose children whe…
-
Muban is currently very configuration centric using Yaml/Json files for pages and data mocking. That means developers lose the ability to write logic to adapt to specific project needs. Yalm/Json file…
-
The "Get Started" button on https://mediamonks.github.io/muban/ is broken. It links to a 404.
-
Currently, the skeleton can only render TS templates – which will stay the preferred way of working.
However, certain projects might benefit from other template languages – like Twig or Handlebars …
-
As we work on frontend coding standards, we also need to make sure that our official projects are up to date and point there.
This info is therefore outdated:
https://github.com/mediamonks/muban/b…
-
Exists in the Muban Core Component Library.
Although that implementation works fine for a single hash param, working with multiple at the same time (i.e. updating two at once) will trigger two URL …