I'm building a cross-platform app (web and mobile) and I'm trying to figure out what's the best approach to avoid writing a bunch of duplicated code and have something maintainable.
I've found some libraries that I could use. For example, React-XP, React Native Web, Styled Components, and React Primitives. Does anyone know any other library that does the same thing? Any recommendations about these ones?
I could also write my own library that abstracts React and React Native with a common interface. But it sounds a LOT of work.
Or I could write specific UI code for web and mobile and shared the logic between them, as I've done.
Thanks a lot.
No responses yet.