Design patterns of Custom hooks -> for building large maintainable and scalable production ready applications. · Since the hooks was first announced it...
Entry Level / Backend / NodeJS · General Impression : The project is written well, Im not sure if this project is a personal project to learn deeply...
Entry-level project, ReactJS · Code review : import React from 'react'; const CartContext = React.createContext({ items: [], totalAmount: 0, ...