Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kusti8/proton-native
A React environment for cross platform desktop apps
https://github.com/kusti8/proton-native
cross-platform desktop js native react
Last synced: 4 days ago
JSON representation
A React environment for cross platform desktop apps
- Host: GitHub
- URL: https://github.com/kusti8/proton-native
- Owner: kusti8
- License: mit
- Created: 2017-11-21T22:56:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:21:10.000Z (about 2 years ago)
- Last Synced: 2024-12-31T09:08:29.989Z (11 days ago)
- Topics: cross-platform, desktop, js, native, react
- Language: TypeScript
- Homepage: https://proton-native.js.org
- Size: 7.23 MB
- Stars: 10,923
- Watchers: 198
- Forks: 360
- Open Issues: 88
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - proton-native - A React environment for cross platform native desktop apps (JavaScript)
- awesome-github-repos - kusti8/proton-native - A React environment for cross platform desktop apps (TypeScript)
- awesome-list - Proton Native - A React environment for cross platform desktop apps. (Desktop App Development / Data Management)
- awesome-list - proton-native
- awesome-desktop-js - proton-native
- awesome-react-renderer - proton-native - A React environment for cross platform native desktop apps. (Desktop)
- StarryDivineSky - kusti8/proton-native
README
Logo by @elisiri# Announcement
**Sadly I don't have time to dedicate time to this project. Some others have created a fork here to continue the work: https://github.com/proton-nativejs/proton-native**[![npm](https://img.shields.io/npm/v/proton-native.svg)](https://www.npmjs.com/package/proton-native)
[![npm](https://img.shields.io/npm/dm/proton-native.svg)](https://www.npmjs.com/package/proton-native)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![MIT License](https://img.shields.io/github/license/kusti8/proton-native.svg)](https://github.com/kusti8/proton-native/blob/master/LICENSE)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/Proton-Native)Create desktop applications through a React syntax, on all platforms.
## V2 is released!
V2 has been released and it brings a whole host of improvements including new
components that are identical to React Native, styling, flexbox, hot reloading,
and more. You can read the full writeup [here](https://proton-native.js.org/#/v2_changes).
To try it out, visit the documentation for instructions on how to get started!## Features
- Same syntax and components as React Native
- Works with existing React libraries such as Redux
- Cross platform
- No more Electron
- Compatible with all normal Node.js packages
- Hot reloading## Images
## [Documentation](https://proton-native.js.org)
See the documentation for how to get started and details on all the components.
## Examples
Examples can be found in [`examples/`](https://github.com/kusti8/proton-native/tree/master/examples).
## Contributing
All contributions are welcome. Just make a PR.