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: 7 days ago
JSON representation
Web applications with node.js and React
- Host: GitHub
- URL: https://github.com/electrode-io/electrode
- Owner: electrode-io
- License: other
- Created: 2016-09-06T19:02:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T17:36:28.000Z (3 months ago)
- Last Synced: 2024-10-29T09:09:21.510Z (3 months ago)
- Topics: fastify, node-js, nodejs, preact, react, react-query, recoil, recoiljs, redux, universal, web-app, webpack
- Language: HTML
- Homepage:
- Size: 27.7 MB
- Stars: 2,103
- Watchers: 48
- Forks: 300
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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/