Skip to main content

Electron React Boilerplate

A Foundation for Scalable Cross-Platform Apps

Get Started

Faster Iteration: Hot Reloading

Make changes to your app and preview the changes without having to refresh your app. Changes are made so that the state of your app is not lost.

Scalable: Incremental Typing

Bulding scalable apps without types can only go so far. Get type errors while developing your app. Errors are thrown during compile-time and runtime

Performance: Build Optimizations

Optimization and minification of code with webpack comes out of the box. This avoids running into performance bottlenecks associated with traditional electron apps