PinnedAmit KumarImplementing Role-Based Access Control (RBAC) in Next.jsRole-Based Access Control (RBAC) is a widely used authorisation mechanism in web applications to manage user permissions and access…Jun 22, 2023Jun 22, 2023
Amit KumarGeneric Props For React ComponentsIn React development, generic props offer a powerful way to enhance type flexibility and reusability. By leveraging TypeScript’s generics…Jun 25, 2023Jun 25, 2023
Amit KumarHow you can publish your first npm package using TSDXCreate a new TSDX project: In the terminal, run npx tsdx create <my-library>, replacing <my-library> with the name of your library. This…Feb 9, 2023Feb 9, 2023
Amit KumarRoute based code splitting in reactRoute-based code splitting is a technique used in React applications to only load the code for a specific route or page when it is needed…Feb 4, 2023Feb 4, 2023
Amit KumarUnit TestingUnit testing is a software testing method that tests individual units or components of a software application to ensure they work as…Feb 4, 2023Feb 4, 2023