PinnedPublished inLevel Up CodingReactive programming in RxJs ft. AngularYour whole life was a lieDec 29, 2022Dec 29, 2022
Loading State Utility in React: An Improved ApproachMaintaining loading states in a React application can be a challenge. Developers often resort to using flags or separate state variables…Oct 31Oct 31
Regex controlled Input in React.jsIsn’t it very common to have input having some restrictions, examples include: allowing at most 2 deimals, only alphanumeric, so much moreMar 31Mar 31
Published inStackademicLoading state utility in React.js[Manage your loaders like a pro] What if we could manage several loading states with an effective utility requiring minimal input from the…Aug 31, 2023Aug 31, 2023
Component switching dynamically using lazy loading in Angular templatesWhy should we load the chunk for a component that we will not render at runtime or would it make more sense to load the component chunk…Mar 7, 2023Mar 7, 2023
Maintaining your container Component state through RxAngularAbstract your component states in elegant facades created using RxState that’s based on the reactive paradigm aimed at high performance….Feb 18, 2023Feb 18, 2023
Dynamic ways to conditionally lazy load a component in Angular1. Use the Route factory (to utilize the DI)Feb 8, 2023Feb 8, 2023
Angular DI system unfolded thoroughly in simple terms for practical useCould it be this real and relatable that opens up the passage of utilising the Angular DI to its full potential within your applications…Feb 5, 2023Feb 5, 2023
One liner state management ft. RxJsHandling a use-case where we need to retrieve some data, store it and share it to multiple instances across the applicationJan 26, 2023Jan 26, 2023
Handle repeated user clicks in your Angular applicationMany times in our application frequent user clicks within fraction of seconds could cause our functionality to behave differently.Jan 24, 20231Jan 24, 20231