#React
All tags
-
-
Beautiful drag and drop interactions with react hooks.
Recently I needed to enhance a table with drag and drop re-ordering in React. There are lots of solutions out there from roll your own to a library with large dependencies. In this article I explore using an exciting new library called dnd-kit as well as how to integrate it with react-table.
-
Just a friendly reminder that React isn't really Just JavaScript (Don't nest Functional Components)
React is super popular and has often touted itself as "Just JavaScript", but in reality it has lots of quirks and gotchas that come along with it being a framework that adds limitation into JavaScript. Oh, and also write tests!