I have seen the TanStack Query library used improperly, leading to subtle intermittent issues. This happens because TanStack assumes best practices that are sometimes not understood. In this article, I hope to explain some React concepts that are commonly misunderstood to clarify the correct usage of the library.
I created this small library that converts Atlassian ADF (Jira/Confluence) to Markdown. I use it with the Atlassian Rest API to parse Jira issues in an AI friendly way.
I used this opportunity to try the oxlint, oxfmt libraries and GitHub Action to publish and sign the package to NPM repository.
Added a project showing how to setup and configure a project for a web application with the backend in node and the frontend in React in the same monorepo.
This is also a proof of concept showing if browser's Push API can replace the WebSockets API to broadcast events from the server to the clients as soon as the event happen without pooling.
Blog post about the monkey patching technique.
I added more projects to the projects page.
I updated the website design and structure. You can read more about it in the the blog post.