Would it be possible to have a single `supertokens...
# general
v
Would it be possible to have a single
supertokens-js
sdk for all JS platforms? In general, most of the similar libraries tend to go to this approach, a monorepo with a core
js
library and then separate packages for the dedicated UI packages. This would be a major undertaking but the benefits would be having a single-code base for all the
js
stuff, alongside not having to lag behind or double implement the features between RN and Web, as they practically behave exactly the same, minus the cookies that you don't use on RN. Thoughts?
r
hey @volks_123 i agree that we should do this, and we will do this eventually. We are just focusing on more important features at the moment like multi tenancy, mfa etc..
v
Yeah makes perfect sense. I noticed that the core is far ahead of the SDKs when it comes to polish and DX so I'll try and submit PRs and issues to help out with those. keep up the great work
r
Fair enough 🙂 Thanks
7 Views