Skip to content
  • Posts
  • Me
  • Github
  • Twitter

#React
All tags

  • Code snippet of React code from article.
    How trip yourself up with React hooks and break production.

    Recently I started working on a new React codebase, here is a story of how I "corrected" some React hooks code and broke a feature in production, and then went on vacation.

    #JavaScript #React
    15 minutes read 10 Jan 2022
  • Drag and drop table using react-table and dnd-kit
    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.

    #JavaScript #React
    9 minutes read 20 Dec 2021
  • 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!

    #JavaScript #React #Accessibility
    8 minutes read 06 Nov 2021
© George Griffiths 2023