Skip to content

v1.0.0

Compare
Choose a tag to compare
@iamwatchdogs iamwatchdogs released this 16 Aug 22:13
· 76 commits to main since this release
1955844

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

New Contributors

Full Changelog: v0.0.0...v1.0.0