© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Kürşat Yiğitoğlu
Somewhere deep between JS and PHP
Akshaye Shenoi
JavaScript Full Stack | Python | System Architecture
Not quite sure what you're trying to achieve here.
React Native lets you build native, cross-platform apps on Android and iOS with React. You can checkout this yeoman generator as boilerplate.
Electron allows you to take a similar approach, but the build is targeted towards desktop apps (Windows, Linux and macOS). Checkout this generator.
I want electron app to use my react application from a different entry point and share same components with desktop and mobile. I'll checkout generator, thank you.
SkyzohKey
Full Stack Developer. UI/UX Designer.
Yes. It's called re-start and it comes with state management (redux) and router (react-router, react-router-dom, react-router-native).
re-start
github.com/react-everywhere/re-start
Akshaye Shenoi
JavaScript Full Stack | Python | System Architecture
Not quite sure what you're trying to achieve here.
React Native lets you build native, cross-platform apps on Android and iOS with React. You can checkout this yeoman generator as boilerplate.
Electron allows you to take a similar approach, but the build is targeted towards desktop apps (Windows, Linux and macOS). Checkout this generator.