Solenya: Micro-framework in TypeScript
github.com
Solenya: Micro-framework in TypeScript
1–10 of 12 posts
Re: Solenya: Micro-framework in TypeScript
#2Re: Solenya: Micro-framework in TypeScript
#3In the composition sample code [1] I see two counters in the code, but only one shows up in the rendered view. Am I missing something? I would have expected two independent counters.
[1] https://stackblitz.com/edit/solenya-samples?file=app%2Fcompo...
Re: Solenya: Micro-framework in TypeScript
#4Re: Solenya: Micro-framework in TypeScript
#5Interesting concepts and ideas. There is definitely a lot of room to simplify frontend frameworks and I'm glad to see work in this direction. In the composition sample code [1] I see two counters in the code, but only one shows up in the rendered view. Am I missing something? I would have expected two independent counters. [1] https://stackblitz.com/edit/solenya-samples?file=app%2Fcompo...
Re: Solenya: Micro-framework in TypeScript
#6Solenya? The pickle man who crawls out of your soup bowl and steals your dreams?
Re: Solenya: Micro-framework in TypeScript
#7It seems like React without the JSX. Why would I want to use it?
Re: Solenya: Micro-framework in TypeScript
#8Interesting concepts and ideas. There is definitely a lot of room to simplify frontend frameworks and I'm glad to see work in this direction. In the composition sample code [1] I see two counters in the code, but only one shows up in the rendered view. Am I missing something? I would have expected two independent counters. [1] https://stackblitz.com/edit/solenya-samples?file=app%2Fcompo...
Don't know why it's loading the counter sample. But if you click composition on the right output pane, it will load the composition sample.
Re: Solenya: Micro-framework in TypeScript
#9Main page w/ links to other resources: https://www.solenya.org/
Fun example app built w/ solenya: deep learning to recognize digits in your browser: https://www.solenya.org/deep-learning
Real world app built w/ solenya: code music in your browser: https://www.motifn.com/
Re: Solenya: Micro-framework in TypeScript
#10It seems like React without the JSX. Why would I want to use it?
Here's the motivation: https://github.com/solenya-group/solenya#motivation
Spot on. That describes a majority of mainstream libraries in JS today.