I was digging doing some React about two weeks ago but I showed the Product Owner what I had so far, an Ant Design table with column sorting and filtering. Only problem is the defualt Ant Design table requires a click to open the search fields and then doesn't show what the columns are being searched on afterwards. The preferred view should have the search fields integrated into the column title. That required removing all existing sorting and filtering and modifying the title. That required all new sorting and filtering code and I don't know if I could have done things more React-like versus plain javascript. My code is in for code review now so fingers crossed I didn't do it all wrong. Once it's approved, maybe I will post a 'How To' on how to do it.
I mentioned Quake II last month. I haven't purchased it for $4.99 from Steam because I still have the CD-Rom but Steam has Quake II RTX for free that will improve the graphics if you have an RTX videocard. If you don't have an RTX videocard, it will run as normal. When you install the RTX version, the install asks if you want the full version of the game. If you still have your CD-Rom and a CD-Rom drive in your computer, you can install the game from there and it's like having the original version you would have paid $4.99 above. Woohoo!
React with Ant Design components is really cool. I like it alot and am seriously thinking I need to update the DOH! Network site with it. Trouble is, I have been super busy at work and end up working on React stuff when I get home to get ahead of stuff at work so haven't had any time for my own site.