monkberry icon indicating copy to clipboard operation
monkberry copied to clipboard

Monkberry is a JavaScript library for building web user interfaces

Results 26 monkberry issues
Sort by recently updated
recently updated
newest added

Using the spread operator on a sub-property causes compilation to fail: ``` twig ```

bug

Currently calling a method in a directive requires having to re-bind the context, which is a little redundant. ``` twig Run method ``` It'd be nice if it could support...

feature

Hi @elfet , I've been trying this framework and it seems great, and with it's small size and benchmarks it's sounds like the "next JQuery must use in any site"...

question

Would be interesting if components could support inner content. Vue uses it's `` tags to accomplish this, which I quite like. Twig also has a similar approach using `{% block...

feature

Hi @elfet Found the link to this project on hashnode. After reading README looks like I've found 1st real js template engine with ES6 support and benchmarks and which not...

feature

Randomly stumbled on this library - it looks awesome. One thing that seems missing is the ability to initially render on the server side. Even internally using something like https://github.com/krisselden/simple-dom...

feature