Leonard Kioi Kinyanjui
Learn & Build

Learn & Build

Follow
homeAbout Mebadgesnewsletter
Tag

programing

#programing

More content

Read more stories on Hashnode


Articles with this tag

Reducing unnecessary re-renders with React.memo

Jul 16, 20223 min read

Let's begin by understanding what a render is. A render is when React calls the render function of a class component or calls a function component in...

Reducing unnecessary re-renders with React.memo

Javascript String Replace Gotchas

Apr 28, 20222 min read

To replace a character from a string with another in JavaScript, the goto method is replace but there is a small gotcha that can lead to subtle bugs...

Javascript String Replace Gotchas

How to Prevent Nesting of Components in React

Apr 24, 20222 min read

When making an application/library in React it may be necessary to prevent the nesting of components. Let's use an example to help understand the...

How to Prevent Nesting of Components in React

5 reasons you should choose Flutter for Desktop development on Windows and macOS

Feb 26, 20223 min read

Flutter is a tool for cross-platform development of applications. From a single codebase, a Flutter app can be deployed to mobile, web, and desktop....

5 reasons you should choose Flutter for Desktop development on Windows and macOS

Narrowing in Typescript

Jan 6, 20222 min read

Typescript has union types which according to the Typescript handbook are a type formed from two or more other types representing values that may be...

Narrowing in Typescript