Martin Genev
Martin Genev
Ah so, looks like jspm may have changed. In ./client: `npm install` `jspm install -y` `gulp watch` works, jspm -y install doesn't, but used to i think? or I got...
Just updated the instructions, it should make more sense now. I'll write some scripts per your suggestions too.
Here is a rather elaborate example which I found which accomplishes the whole "isomorphic/universal" javascript thing I'm after https://github.com/ListnPlay/riot-isomorphic You'll notice there's a tag factory which resembles what you have...
Excellent, thank you! Yes, I work with Babel. Let me know if I can be of help.
A note to add: the Aurelia framework already supports their components being created in both TS and ES7. They use the experimental decorator and class properties features in babel that...
Can you please upload experiment the experiment code so I can run it?
> Doesn’t this break the Rules of Hooks? If this is implemented, isn’t it going to confuse developers, especially newcomers: “do not call Hooks inside nested functions but you can...
I also would like this separation possible. We often end up writing whole different templates for mobile (in the browser) to avoid too much logic in a huge template which...