resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Implement client-side lifecycle EventEmitter infrastructure #83

Closed shah closed 2 years ago

shah commented 2 years ago

We need to decouple client-side functionality from each other so remove global variables and implement an "event bus" for Resource Factory user agent (browser client) lifecycle and other events.

shah commented 2 years ago

Initial infrastructure complete and Console migration started.