-
marko-widgets by default is pulling in `marko` runtime due to this [reference](https://github.com/marko-js/marko-widgets/blob/master/lib/marko-widgets.js#L226) to `./defineRenderer`. The first line in…
-
We are exploring how we can improve Marko Widgets by leveraging the ES6 syntax and here are the initial thoughts:
``` javascript
import { Component } from 'marko-widgets';
export default class exten…
-
Looking for a modular approach to loading Marko widgets from the file server.
The thought is that some portions of your app may never be needed. Things like dialogs, detail views, shopping carts. It…
-
I have a few questions about the following modules and their relationships to each other:
https://github.com/marko-js/marko
https://github.com/marko-js/marko-widgets
https://github.com/lasso-js/las…
-
I've cloned the repo and added a dependency on a marko widget to both pages. My understanding is that this widget would be added to the common file only. But instead it is added to the profile and …
-
I am creating this issue to raise awareness for the use of CSP (content security policy) on a page that is built with marko.
There are primarily two concerns I currently see:
1. If marko widgets shou…
-
I cloned the repo, `npm i` (no errors), `npm test` and got an error. It's the same error for `npm start`.
I see a reference to `` in `page.marko` but nowhere else. The [error page](https://github.c…
-
Now that Node.js 4.0 is out and most other modern frameworks leverage the concept of Classes in Javascript, I think it would be very appropriate if Marko Widgets (and Marko Tags in general) supported …
-
For remembering states of combo boxes where we choose features we tend to use contexts. We frequently use `DomainContext`, which works well most of the time.
It works so well that I did not notice,…
-
Is there a way to create a JavaScript only widget (Like JQuery effect) which can be bound to any existing HTML element in a way which supports assigning more then one such widget to a single element.
…