0e1a3356aa23383a5cd6fa8adfee5a4aa06bd9f4
Realigning and simplifying directories and naming. - Combining “containers” into “components”. - Flattening out “data” into “reducers” and “config” to consolidate configuration-like files in one place and to make reducers a peer of its teammates (components, actions, sagas, and services). - Creating dev/prod-specific redux configurations. - Converting “index.jsx” files into files named for their contents. - Splitting up the top-level “index.jsx” file into an entry point and an “App” component. - Renaming SCSS file to “index.scss” to keep it consistent with where it’s imported. - Renaming/simplifying some variables.
|Build Status| |Coveralls| |npm_version| |npm_downloads| |license| frontend-app-profile ========================= Please tag **@edx/arch-team** on any PRs or issues. Introduction ------------ React app for user account management. .. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-profile.svg?branch=master :target: https://travis-ci.org/edx/frontend-app-profile .. |Coveralls| image:: https://img.shields.io/coveralls/edx/frontend-app-profile.svg?branch=master :target: https://coveralls.io/github/edx/frontend-app-profile .. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-profile.svg :target: @edx/frontend-app-profile .. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-profile.svg :target: @edx/frontend-app-profile .. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-profile.svg :target: @edx/frontend-app-profile
Languages
JavaScript
96.6%
SCSS
2.2%
Makefile
1%
HTML
0.2%