-
Is this kit for React Devs only? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
RainbowKit currently only works with React. wagmi recently shipped their 0.3.x update where they've separated the Feel free to jump into the wagmi discussions if you'd like to contribute a proposal for your library of choice! |
Beta Was this translation helpful? Give feedback.
RainbowKit currently only works with React. wagmi recently shipped their 0.3.x update where they've separated the
core
andreact
packages. This opens up the possibility for wagmi to build libraries for other clients, like Vue or Svelte. If wagmi added support for these libraries, we'd be able to potentially support them as well. Our current implementation is pretty tightly coupled to React, so this would take a bit of work, but I don't see why it isn't possible. In the long term, we'd like to be able to support all platforms/frameworks.Feel free to jump into the wagmi discussions if you'd like to contribute a proposal for your library of choice!