This repository has been archived by the owner on May 14, 2020. It is now read-only.
Decompose bfe.js into separate code components #4
Labels
editor-refactor
Refactoring to support LD4P
Current BFE is a single monolithic application with all of the code contained in
bfe.js
. Following this node.js best practice, the code base should be restructured into different components.Using a smaller, modular approach for code organization will facility testing, improve coordination across the development team, and will also be critical for supporting any React user interface development. This implements the requirement Has a plug-in framework or modular design.
The text was updated successfully, but these errors were encountered: