Front-end to complement mozilla/addons-server
Перейти к файлу
Stuart Colville e928210179 Add initial package.json 2016-02-22 09:39:48 +00:00
.gitignore Initial commit 2016-02-19 17:25:58 +00:00
LICENSE Initial commit 2016-02-19 17:25:58 +00:00
README.md Add overview to readme 2016-02-19 18:00:53 +00:00
package.json Add initial package.json 2016-02-22 09:39:48 +00:00

README.md

addons-frontend 🔥

Front-end infrastructure and code to complement mozilla/addons-server

Overview and rationale

This project will hold several distinct front-ends e.g:

  • Editors search tool
  • Discovery Pane
  • and beyond...

We've made a conscious decision to avoid "premature modularization" and keep this all in one repository. This will help us build out the necessary tooling to support a universal front-end infrastructure without having to worry about cutting packages and bumping versions the entire time.

At a later date if we need to move things out into their own project we still can.

Core technologies

  • Based on Redux + React
  • Code written in ES2015+
  • Universal rendering via node
  • Unit tests with high coverage (aiming for 100%)