PinnedPublished inNerd For TechTest ngx-translate easily using ngx-translate-testingYou can test ngx-translate Internationalization support in your application using ngx-translate-testing library. Let’s get started.Mar 12, 2021Mar 12, 2021
PinnedPublished inNerd For TechAvoid prop drilling in React by using Events like a pro!Prop drilling in React refers to passing props through multiple levels of components say from A to G even though the prop is to be used…Jan 31Jan 31
PinnedSupport i18n in Angular 10 application using ngx-translateInternationalization(i18n) is the process of making your application translatable in different locales. Here’s how you could add i18n…Oct 2, 20201Oct 2, 20201
Published inNerd For TechFixing ‘Uncaught TypeError: Cannot Read properties of undefined’ in ReactHave you ever encountered the undefined TypeError? We see it often, don’t we? This occurs when we try to access a property of an undefined…Feb 8Feb 8
Optimise React Application using Lazy Loading, Code Splitting, and SuspenseUnderstanding Lazy Loading, Chunking and Suspense in React and why should we use these techniques:Jan 28Jan 28
Is Your Web App Putting User Privacy at Risk? Here’s What You Should Know About Web AnalyticsDigital Marketing is a must for grabbing customer attention. In today’s digital age, it is important to understand where your application…Jan 19Jan 19
5 ways to optimise Application Bundle Size of your React appWhat is an Application Bundle?Jan 14Jan 14
10 common pitfalls a React Developer should avoidReact is a powerful library for building user interfaces, but even experienced developers can fall into common traps that lead to bugs…Jan 12Jan 12
Accessibility in React: Best practices, guidelines and toolsWhen building a web application, accessibility can sometimes feel like an afterthought. However, accessibility doesn’t just benefit users…Jan 11Jan 11