Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/electrode-io/electrode

Web applications with node.js and React
https://github.com/electrode-io/electrode

fastify node-js nodejs preact react react-query recoil recoiljs redux universal web-app webpack

Last synced: about 1 month ago
JSON representation

Web applications with node.js and React

Lists

README

        


Electrode Logo


Electrode

# Web Applications with node.js and React

The Electrode project was developed to make [node.js] and [React] the primary tech choices for developing applications at Walmart. It has been powering the eCommerce website since 2017.

Originally designed for Walmart specific use cases, we open-sourced part of Electrode with the hope that it will be useful to some of you in the JavaScript community. This is the same version that is used to power many applications at Walmart.

What we open-sourced here is the web application development part of Electrode. It focuses on building web apps with the following emphases:

- large scale micro-frontend architecture
- universal webapp with server side rendering powered by [node.js]

# Getting Started

Please go to our [docs](https://www.electrode.io/electrode/docs/getting-started) for further information and instructions on using Electrode.

> NOTE: We maintain additional code for internal Walmart systems. If you are a Walmart developer, please check internal docs to get started.

# Contributing

Do you find Electrode useful for your application development, exploring, or learning [node.js] and [React]? Please send us your encouragement with a github star.

Did you find an issue? Would you like to help with the project? Please see our [contributing guide] for instructions on [submitting a PR] or [reporting an issue].

# License

Copyright (c) 2016-present, Walmart

Licensed under the [Apache License, Version 2.0]

[apache license, version 2.0]: https://www.apache.org/licenses/LICENSE-2.0
[node.js]: https://nodejs.org/
[submitting a pr]: https://github.com/electrode-io/electrode/pulls
[reporting an issue]: https://github.com/electrode-io/electrode/issues
[contributing guide]: CONTRIBUTING.md
[react]: https://reactjs.org/