DevLibrarystokesysam.hashnode.dev·Sep 3, 2023Customising Ant Design's Date Picker with date-fnsIntroduction If you're using Ant Design in your React project, you may already be familiar with its feature-rich Date Picker component. While it is highly customizable, you might want to further modify its behaviour to meet specific requirements. In ...Discuss·205 readsdate-fns
Joakim GakureforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jul 9, 2023What Is Better, Date-Fns Or Moment.Js?Dealing with dates in JavaScript is a big hustle. You need a ready-made date library to make working with dates in JavaScript easier. The most common candidates to consider are Moment.js and Date-fns. However, not long ago, the Moment.js library was ...Discuss·193 readsdate
Michael LaroccaPromichaeljudelarocca.hashnode.dev·Jun 19, 2023Building a Stopwatch App with React and date-fnsIn this article, we build a React stopwatch app. You will learn how to work with the date-fns library, React hooks, and local storage, equipping you with transferable skills for your original projects! Introduction In this project, we will be buil...Discuss·41 readsReact
Michael LaroccaPromichaeljudelarocca.hashnode.dev·Jun 13, 2023How to Make a Countdown App with React and date-fnsThis article explores the date-fns library, a powerful and convenient tool for managing dates and times in your applications, featuring step-by-step instructions for creating a countdown React app! Introduction In this article, we will explore how...Discuss·26 readsReact