React Pattern — Container/Presentational PatternContainer/Presentational pattern is a React design pattern that separates the responsibility. The presentational component decides how the…Jul 30Jul 30
Published inStackademicReact Pattern — Compound PatternCompound pattern is a group of components that works together to accomplish a single task. The parent component provides a shared context…Jul 15Jul 15
Micro-frontend — Feature Flag for RolloutUsually, when we implement the micro-frontend architecture, we tend to migrate the monolith application to the micro-frontend application…Jul 8Jul 8
Micro-frontend —RoutingRouting is the backbone of frontend development and determines the directing incoming network requests to the appropriate resource handler…Jun 23Jun 23
Micro-frontend — 10+ Ways for State Management in Module Federation in ViteState management plays an important role in frontend development. It is the process that allows the managing and sharing of the state…Jun 112Jun 112
Micro-frontend — Module Federation Setup in ViteModule Federation is a technique created by Webpack that allows the sharing of modules (code) between the container and remote apps. It…Jun 21Jun 21
Micro-frontend — First GlanceIn the fast-paced technology evolution, web applications become more complicated, and aim to provide comprehensive web complication to the…May 26May 26
React Project Set Up in Vite— Nothing to SomethingWhen we create a new React project, we sometimes struggle to think about how to set up a one-box project that suits the current scenario…Mar 171Mar 171
Published inTowards AWSHow I passed AWS SAA-C03 in one takeHello friends, I finally completed the AWS solution architect associate(SAA-C03) exam last year. I spent quite a lot of time on it. I would…Feb 142Feb 142
React Custom Hooks #4 benefits and challengesCustom hooks provides the functionality for us to customise our own logic into the hook. We can design the hook based on different use…Feb 8Feb 8