Live data from Hacker News

Solenya: Micro-framework in TypeScript

github.com

1–10 of 12 posts

Re: Solenya: Micro-framework in TypeScript

#3
Interesting 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

#5

Interesting 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

#8

Interesting 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.

Yes, it's just the way stackblitz works: the actual route gets stolen by the stackblitz application itself.

Re: Solenya: Micro-framework in TypeScript

#9
Hi, author of Solenya here. Thanks for the post. For anyone interested, here'a a few more links:

Main 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

#10
post #4

It seems like React without the JSX. Why would I want to use it?

Here's the motivation: https://github.com/solenya-group/solenya#motivation

> the side-effects of complexity are costly code bases defended by programmers who's actual talent is politics

Spot on. That describes a majority of mainstream libraries in JS today.

Post reply on HN