Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
31–40 of 74 posts
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#32Why is this better than solid? It felt like solid was the perfect library last time I used it
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#33You need to drop your source code into some LLMs and ask for a security review - there's lots of holes.
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#34You need to drop your source code into some LLMs and ask for a security review - there's lots of holes.
You should get the LLM to create a couple dozen issues on github automatically and let the author review it!! /s
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#35Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#36It's great people experiment. Yet, after a quick glance the framework seems to break expected semantics for no gain? For example: the "component" construct auto-renders the JSX within the brackets instead of being a function that "returns a view as value" (if I understood correctly). I'm cool with breaking the "f(x)=>UI" but what for? The TS and VS Code integration is all fine and good but what's the gain of using JS…
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#37If you want something that is similar but looks better and more mature, check out Mint (mint-lang.com - I'm the author)
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#38If you want something that is similar but looks better and more mature, check out Mint (mint-lang.com - I'm the author)
Surprised I haven't seen this before. This looks quite good! I love the store, router and batteries default inclusion! 8 years and haven't hit 1.0, that's a bit of torture, no?
Yes, it is a bit of torture :) however I'm getting there. Context (https://mint-lang.com/news/context) was the last bigger feature before 1.0 which I'm planning to release this year.
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#39Kudos to the dev for working towards realizing their ideas, but Svelte and Solid have essentially solved front-end frameworks for the better part. People still hung up on React happily use Next in prod, people who want simple SSG go towards Astro or Hugo, people who use Svelte/Solid will not switch because this simply doesn't seem to improve upon anything that either do, so I really don't see what this solves in the slightest.
I very happily use Svelte for work, for my personal projects because of fine grained reactivity through signals, no bs syntax that feels like writing "just" HTML & Typescript, mature tooling and great performance. I have no interest switching to something that makes me feel like I'm stuck in the middle of a better React and a worse Svelte.
Re: Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte
#40The ability to output JSX between native control flow is the real cool part here's, imo. Besides that it looks kinda like Rezact.