volks_123
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_st
04/18/2023, 11:56 AMvolks_123
04/18/2023, 11:59 AMrp_st
04/18/2023, 12:00 PM