Hacker News new | past | comments | ask | show | jobs | submit login

I remember this from a recent discussion about cross-platform mobile stacks, so I now know it is built on React Native :) Great work!



Thanks!

Mobile is React native, Mac Desktop app is electron + react and website is react. For anyone else wondering.


Would be interested to learn more about how you share components/code between RN and React!


Feel free to shoot me an email jason[at]thebestagency.com if you have anything specific. At a high level a lot of the components end up being pretty different because the UI is naturally pretty different. They share some functions but the "DOM" is mostly rewritten. But the redux actions and reducers are all pretty much the same (small changes depending on how to store state but that could definitely be abstracted away).


> But the redux actions and reducers are all pretty much the same (small changes depending on how to store state but that could definitely be abstracted away).

Are you using a monorepo? The reducers/actions are copied/pasted for each version? Thanks!




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: