-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi 👋
I’d like to ask whether you would consider adding bindings/support for SolidJS.
Solid is conceptually very close to React:
component-based architecture
hooks-like primitives
unidirectional data flow
JSX
very similar mental model overall
In practice, most libraries that support React can be adapted to Solid with minimal effort, often just by exposing framework-agnostic bindings or a thin adapter layer.
Solid is growing steadily, has an active community, and is increasingly used in production for performance-critical frontends. Supporting Solid would allow Privy to reach an additional audience without significantly increasing maintenance cost.
I’d be happy to help test, review, or contribute if needed.
Thanks for considering this, and great work on Privy!