AlternativesNOV 26, 2024Zsh and BashWe'll explore the unique features of these tools and their similarities and differences.
How To BuildNOV 21, 2024A Complete Human Resources (HR) App Built with RefineThe Refine HR App showcases how to build efficient, enterprise-grade HR management solutions using Refine.js and modern technologies.
IntegrationsNOV 12, 2024esbuild - Next-generation JavaScript bundlerThe advantages of using esbuild and how to use it in your project.
IntegrationsNOV 12, 2024How to implement a date picker in ReactWe’ll show you how to implement a date picker using the ‘react-datepicker’ library and how to customize the functionality for your use case.
AlternativesNOV 11, 2024Top 6 Free Online Code Editors and IDEs with Pros and ConsWe'll compare the best online IDEs and code editors for web development. We'll also look at the pros and cons of each.
TutorialsNOV 11, 2024Dictionaries in TypeScript - How to Ensure Type SafetyThis post is provides a guide on how to ensure type safety to dictionaries with TypeScript.
IntegrationsNOV 8, 2024How to Use Nodemon to Automatically Restart Node.js ApplicationsThis guide shows you how to install and use Nodemon to streamline your development process.
TutorialsNOV 8, 2024React useReducer Hook - The BasicsThis post is about the useReducer() hook in React. We demonstrate with examples how to use it for action based state updates and discuss some safe practices.
IntegrationsNOV 7, 20244 Ways to Generate UUIDs in Node.jsWe'll explore how UUIDs work in Node.js and how they can help keep data distinct and make your projects easier to scale.
IntegrationsNOV 6, 2024Building components with Radix UIThis post explains with examples how the keyof operator is used to define advanced types in TypeScript.
IntegrationsNOV 6, 2024Essentials of Managing Form State with React Hook FormThis post covers the essentials of form state management with React Hook Form library.
IntegrationsNOV 5, 2024Create charts using RechartsWe'll explore how to create charts in a Refine project using Recharts.