* Add scrolling area * Gradients * Fix typo and add scrolling to area docs * Implement imperative gradient api As per discussion in #130 * Fix links in area documentation * Update example for area gradients * Add docs for new gradient api * Format all docs with prettier * Really fix docs hyperlinks * Added to docs: ignore ...opacity for gradients |
||
|---|---|---|
| .. | ||
| component_APIs | ||
| images | ||
| methods | ||
| SVG | ||
| .nojekyll | ||
| _coverpage.md | ||
| _sidebar.md | ||
| about.md | ||
| CNAME | ||
| debugging.md | ||
| external_functionality.md | ||
| index.html | ||
| js_example.js | ||
| manual_install.md | ||
| packaging.md | ||
| python_example.py | ||
| quickstart.md | ||
| README.md | ||
Proton Native
Create native desktop applications through a React syntax, on all platforms
Why?
On mobile, it used to be hard to build beautiful cross-platform apps. Then React Native came along, giving us a seamless way to build user interfaces and manage state in code, all while doing it cross platform.
On desktop, there is no such tool. You can create a GUI using something like Qt, but for people who are used to the React workflow and JSX, there currently isn't an alternative.
Some of you might be saying that you could do it in Electron. It's a good tool, but it brings in a lot of overhead, running a full webbrowser to manage a small GUI, while Proton Native can do the same, using native tools, with a smaller size and with less resource usage.
Proton Native does the same to desktop that React Native did to mobile. Build cross-platform apps for the desktop, all while never leaving the React eco-system. Popular React packages such as Redux still work.
Here's a simple Hello World in Proton Native:
Features
- Same syntax as React Native
- Works with existing React libraries such as Redux
- Cross platform
- Native components. No more Electron
- Compatible with all normal Node.js packages
Examples
Check out the examples to see more.