Enabling Apache ECharts in React for Data Visualization
Apache ECharts is a JavaScript library for creating interactive data visualizations in React dashboards and applications.
Full-stack developer and technical writer. Creates beginner-friendly tutorials on web development.
https://www.taniarascia.comApache ECharts is a JavaScript library for creating interactive data visualizations in React dashboards and applications.
Making dashboards with charts and graphs is a pretty common part of the front-end developer experience, as well as deciding which JavaScript…
Author jokes about posting an extremely late "year in review" as 2025 is already well underway.
I'm trying to win the award for "Latest Year in Review". 🏆 I don't know if anyone can challenge me at this point, as it's almost thirdway…
The author enjoys updating their website design and has released version 7.0 with new features including sidebars, light-dark mode, and Bluesky integration.
One of my favorite hobbies is tweaking my website. I've updated the design countless times thoughout the decade (!) of this site's existence…
Tutorial on building a React hook for adding keyboard shortcuts to applications with example code.
Recently I needed to add some keyboard shortcuts to an app I was working on. I wrote up some example code and decided to write this article…
Creating HTML tables with both horizontal scrolling and sticky headers is technically challenging but achievable with CSS.
Turns out, creating an HTML table that has both horizontal scroll and fixed headers can be a tricky problem. As another developer said about…