InUdacity Eng & DatabyKolby SiskHandling errors like a pro in TypeScriptError handling is crucial to the longevity of any project. Learn the design pattern I use to handle errors and write cleaner code.Dec 21, 20221.7K15Dec 21, 20221.7K15
Deshan MadurajithReusable React-Query Hooks with Typescript: Simplifying API CallsIn this blog post, we will delve into the power of reusable hooks in combination with React-Query and Typescript to streamline API calls in…Feb 11, 2023662Feb 11, 2023662
Steven LemonAre TypeScript Barrel Files an Anti-pattern?Barrel files are a popular pattern in Typescript projects for managing imports and exports. Rather than importing dependencies straight…Feb 1, 20231906Feb 1, 20231906
Amiteshwar SidhuDynamic Form Component in React With react-hook-form and TypescriptIt is common knowledge that, despite forms being ubiquitous across the web, React provides poor support for forms out-of-the-box…Aug 7, 2022112Aug 7, 2022112
InBetter ProgrammingbyAziz NalThe Ultimate Clean Architecture Template for TypeScript ProjectsA guide on creating a layer-based typescript project template following the principles of clean architectureAug 4, 20226283Aug 4, 20226283
Isaac KwokuseConfirm — A custom React hook to prompt confirmation before actionWhen developing Web applications, sometimes we have to prompt a confirmation dialog to user before performing an action (e.g. delete…Jul 1, 20223324Jul 1, 20223324
InJavaScript in Plain EnglishbyJonathan SaringHow we Build a Component LibraryHow we implement a UI component library to build our web design systemMay 26, 2022459May 26, 2022459
InBetter ProgrammingbyZachary LeeHow Does React’s Interruptible Updates work?Why doesn’t Vue use the fiber architecture?Apr 26, 20221331Apr 26, 20221331
InJavaScript in Plain EnglishbyMadza12 Creative Animations to Make Your Projects Stand Out ✨💯Mar 18, 2022301Mar 18, 2022301
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
Mario SeranoCleaner Codes — React SubcomponentsLet’s say you want to create a card. That card has a header, body, and a footer. The component’s structure will be as such:Feb 28, 20221.8K20Feb 28, 20221.8K20
InBetter ProgrammingbyObed Mbroh Amoasi5 Ways to Lazy Load React ComponentsOptimise your React frontend for a better user experienceFeb 2, 2022166Feb 2, 2022166
InUdacity Eng & DatabyKolby SiskWhy you should be doing schema validation in React projectsWhen developing a client app it’s important to validate the data that comes in. The two most common ways data is inserted into your app is…Dec 13, 20213482Dec 13, 20213482