Request: Standardize JS types #572
Closed
Nikola-Milovic
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @Nikola-Milovic, we do actually export those from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! Another request for a QOL improvement, since react-native and web share the exact same types most of the time, they just seem redeclared across the two packages, it would be nice to have them reside in either a
@powersync/react
package or@powersync/common
or something along those lines.Since at the moment, if I wanted to use powersync on all clients, you need to write 2 separate implementations for the backend connector
One that implements
And another
It's not a big deal of course, it's just that it would be nice to unite these JS platforms as much as possible to promote easy interopability and code sharing across platforms
Beta Was this translation helpful? Give feedback.
All reactions