TypeScript: A JavaScript BodyGuard To Your Rescue!

BUGS! BUGS! BUGS! Every developer out there must have faced these words in their lives. Bugs are a part of a developer's life. Whatever amount of code we write everyday has probability to have some bugs. As the number of bugs goes on increasing, our overall code quality decreases and no-one wishes of having such … Continue reading TypeScript: A JavaScript BodyGuard To Your Rescue!

Learn About Immutability with Immer in React

In React applications the most important part is the application state. We can maintain local state within the component or global state across the application using Redux. Managing the state becomes crucial as we may have inconsistent app behavior or have bugs if the state is not managed properly. So while dealing with the state … Continue reading Learn About Immutability with Immer in React

Learn A Few Optimization Techniques to Enhance Performance in React

We all know that React is one of the famous javascript frameworks used for web development. Web apps developed using React are known for their speed and efficient performance. Though React provides better speed and efficiency than other frameworks available we can add some more efficiency to our app by following some simple optimization techniques. The speed and performance of a web app can be improved … Continue reading Learn A Few Optimization Techniques to Enhance Performance in React