Thursday, January 12, 2023

79/365: Micro Frontends

 Today I listened to a podcast about the concept of micro frontends. This is a method where you segment your frontends as much as possible, Any type of global state should be avoided except for when absolutely necessary, like auth and themes. Micro frontends have pros and cons. When its time to update a part of the app, the team can act quickly and independently without having to work with multiple other people in a large monolithic repository. However, micro frontends adds complexity to the project. This methodology should only be implemented when it solves a specific problem in the application. 

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...