Show HN: ElemX – Native Web Components Using MobX with Vue-Like Template Syntax
1–3 of 3 posts
Re: Show HN: ElemX – Native Web Components Using MobX with Vue-Like Template Syntax
#2FYI, we've been able to get MobX to work very nicely while still keeping binding expressions as actual JavaScript with ${} expressions.
The benefits there are that you get syntax-highlighting and some type-checking of the expressions for free without extra tooling that understands your template syntax. You could still keep the Vue-like syntax for the rest of the templates. Might be something to look into.
Re: Show HN: ElemX – Native Web Components Using MobX with Vue-Like Template Syntax
#3Looks very nice! FYI, we've been able to get MobX to work very nicely while still keeping binding expressions as actual JavaScript with ${} expressions. The benefits there are that you get syntax-highlighting and some type-checking of the expressions for free without extra tooling that understands your template syntax. You could still keep the Vue-like syntax for the rest of the templates. Might be something to look…