A React environment for cross platform desktop apps
Find a file
Alex Rosario 125869ce79
TS 3.7.3 existence guard on children.map (#251)
Solves #250 , uses super-newly accepted ?. syntax; feel free to use older basic `children && children.map && ...` instead if needed.
2020-01-30 12:33:52 -05:00
.github V2 (#230) 2020-01-19 06:55:30 -08:00
.vscode V2 (#230) 2020-01-19 06:55:30 -08:00
__mocks__ V2 (#230) 2020-01-19 06:55:30 -08:00
docs Update calculator image 2020-01-20 18:40:48 -05:00
examples fix: add the missing digit '5' (#245) 2020-01-20 15:38:37 -08:00
src TS 3.7.3 existence guard on children.map (#251) 2020-01-30 12:33:52 -05:00
test V2 (#230) 2020-01-19 06:55:30 -08:00
.babelrc V2 (#230) 2020-01-19 06:55:30 -08:00
.editorconfig add editor config 2018-02-19 17:03:47 -05:00
.gitignore V2 (#230) 2020-01-19 06:55:30 -08:00
.travis.yml V2 (#230) 2020-01-19 06:55:30 -08:00
CONTRIBUTING.md V2 (#230) 2020-01-19 06:55:30 -08:00
LICENSE V2 (#230) 2020-01-19 06:55:30 -08:00
package-lock.json V2 (#230) 2020-01-19 06:55:30 -08:00
package.json Bump to 2.0.4! 2020-01-19 10:00:11 -05:00
README.md V2 (#230) 2020-01-19 06:55:30 -08:00
testprog.js V2 (#230) 2020-01-19 06:55:30 -08:00
testyoga.js V2 (#230) 2020-01-19 06:55:30 -08:00
tsconfig.json V2 (#230) 2020-01-19 06:55:30 -08:00

proton native Logo by @elisiri

npm npm styled with prettier PRs Welcome MIT License Gitter chat

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. 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

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.

Accelerated by KeyCDN