Ccraftzniacincraftzniac.hashnode.dev·Apr 18, 2025 · 4 min readMy beef with Next.js's file-based routingAs someone who has mostly worked with Next.js up until 3 weeks ago, I have gradually moved from really liking file-based routing to having mixed feelings about it, especially since I started working with react-router-v7 3 weeks ago. What is this all...00
Ccraftzniacincraftzniac.hashnode.dev·Jun 21, 2023 · 3 min readBuilding a simple Reactjs drop zone to choose a fileNote: I assume you already have a basic reactjs project setup Implementing a drop zone to choose a file is really simple as the browser has already done the hard work for you. You need to set up a few things; onDragOver event handler on the `<label ...00