v1.0.0
Upgraded the project into more modular approach while bringing the best out of the functional and object-orientated programmings. The main concern of this PR/version is to overcome come of the edge cases and scalability issues while optimising for the production.
Resolved concerns
- Modularity (broken down the monolithic architecture)
- Prevention against manuel DOM manipulation (maintain the integrity of the application)
- Declarative programming (depending more on declarative abstraction rather than imperatives implementation)
- Scalability (Implemented subscription-based pattern for more scalability)
- Optimisation
Note
Please do note that there might not be any different within the UI or functionality of the application. As this PR was just to address and resolve the above mentioned concerns.
Important
The changes made to this project may not be be suitable for such a small application, but this PR is to address a possible solutions for above mentioned concerns. And for such a small project like this some, it's might be more practical to NOT have this level of sophisticated implementation.
What's Changed
- Added CD workflow by @iamwatchdogs in #1
- Upgraded the project by @iamwatchdogs in #2
New Contributors
- @iamwatchdogs made their first contribution in #1
Full Changelog: v0.0.0...v1.0.0