A React environment for cross platform desktop apps
Find a file
2018-02-13 23:07:58 -05:00
.vscode Add still testing code 2018-02-03 10:26:15 -05:00
bin Update npm package 2018-02-12 16:17:14 -05:00
docs [WIP] add docs and unfinished tab doc 2018-02-13 23:07:58 -05:00
src [WIP] add docs and unfinished tab doc 2018-02-13 23:07:58 -05:00
.babelrc Add still testing code 2018-02-03 10:26:15 -05:00
.gitignore Add still testing code 2018-02-03 10:26:15 -05:00
Demo.js Fix stretchy not working 2018-02-11 20:08:44 -05:00
LICENSE Initial commit 2017-11-21 17:56:18 -05:00
package-lock.json Add windows example 2018-02-11 17:01:02 -05:00
package.json Update npm package 2018-02-12 16:17:14 -05:00
README.md Add windows example 2018-02-11 17:01:02 -05:00
test_libui.js Add font button 2018-02-10 22:21:27 -05:00

proton native

Create native desktop applications through a React syntax, on all platforms

Features

  • Same syntax as React Native
  • Works with existing React libraries such as Redux
  • Cross platform
  • Native components. No more Electron

Images

Windows

Documentation

See the documentation for how to get started and details on all the components.

Examples

Examples can be found in examples/.

Contributing

All contributions are welcome. Just make a PR. Below is a list of general improvements that need to be added that I would love help with:

  • More examples and improve documentation
  • Add UiArea
  • Clean up code
  • Make packaging easier
  • Make creating a new app easier (something similar to create-react-app)