Volks
04/18/2023, 11:54 AMsupertokens-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?rp
04/18/2023, 11:56 AMVolks
04/18/2023, 11:59 AMrp
04/18/2023, 12:00 PM