You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very new to Purescript and the ecosystem in general so we'll see if this is the right question in the right place.
I'm interested in building frontend applications with Purescript/Concur but I'm interested in the target being SolidJS as opposed to React. SolidJS is a more performant frontend library than React. It's truly reactive and doesn't use a VDOM.
@kee-oth Concur supports multiple UI backends. The problem with solid though is that solid is not just a UI library, solid code is analysed and rewritten at compile time and that likely won't work well with PureScript.
That said, I have looked at solid, and I like many things about it. So if there's a way to interoperate with it, or to replicate some of its functionality in PureScript I would be open to that.
Hi!
I'm very new to Purescript and the ecosystem in general so we'll see if this is the right question in the right place.
I'm interested in building frontend applications with Purescript/Concur but I'm interested in the target being SolidJS as opposed to React. SolidJS is a more performant frontend library than React. It's truly reactive and doesn't use a VDOM.
Is this something the Concur team might consider?
https://www.solidjs.com/
Thank you!
The text was updated successfully, but these errors were encountered: