Built at @WalmartLabs powering the walmart.com eCommerce site, Electrode is a platform for building universal React/Node.js applications with a standardized structure, best practices, and modern technologies baked in. Electrode focuses on performance, component reusability, and simple deployment to multiple cloud providers—so you can focus on what makes your app unique.
Read the Announcement Blog Post.
https://github.com/electrode-io/electrode/issues
https://github.com/electrode-io/electrode-io.github.io/issues
This repo uses Lerna to manage multiple related packages that are part of the Electrode Core.
electrode-archetype-react-app is a NPM module that provides for common patterns across all app projects so that each app project can standardize on common development behavior and patterns. Its essentially pre-made patterns for build scripts. It also requires a companion module electrode-archetype-react-app-dev that's meant for your app's devDependencies
.
The Yeoman generator-electrode NPM module allows you to quickly create an Universal React App with support from the app archetype, and server in Node with Hapi or Express.
Some sample applications can be found under the samples
directory.
Under samples/universal-react-node
is a sample Electrode app that was created with the Electrode generator and consumes the Electrode App archetype modules. We've added other demos and features to it to serve as examples. It demonstrates usage with the following Electrode modules:
- Electrode Confippet
- Electrode Electrify
- Electrode CSRF JWT
- Electrode Redux Router Engine
- Electrode React SSR Caching
- Above The Fold Only Server Render
- Electrode Bundle Analyzer
See its README for more details.
Sample Universal React Node with material-ui
Under samples/universal-material-ui
is a sample Electrode app that uses the material-ui React components.
See its README for more details.
We have more separate Electrode Sample Apps at https://github.com/electrode-samples that you can use as references.
Built with ❤️ by Team Electrode @WalmartLabs.