
Create a function component in React using useRef and useEffect to render a d3-driven svg with rectangles and hello world text, and compare function and class components in TypeScript.
Learn how to implement user gestures in React and D3 by comparing vanilla, React synthetic events vs DOM-handled events, with svg circles, mouseover and click interactions for charts.
Learn to animate graphics in React and d3.js by building pulsating circles with css-in-js, exploring transitions, keyframes, and svg integration for interactive data visualizations.
Learn to implement a bar chart tooltip in a d3.js and React integration, showing a percentage on hover, positioning the tooltip above the bar with smooth enter and leave interactions.
If you would like to add a legend see the Bonus Material - I will show you how to create a donut pie chart with polylines and Labels as the chart legend.
Explore building a world map atlas in React using D3.js by combining libraries, loading world map data, and rendering countries with geographic projections in a world atlas.
Integrate D3.js with React to plot latitude and longitude coordinates on a rotating world map, render markers, validate coordinates with a projection, and handle marker clicks.
Refactor a world map component by introducing shared types for map objects and coordinates, extracting loading logic to the parent, and wiring data via props to make the component reusable.
Visx is a modular React library built on top of D3 that supports TypeScript and lets you import only the modules you need to build a histogram with mock data.
Explore the Victory library for React by building a simple, labeled pie chart, highlighting its lightweight footprint and TypeScript support, and weigh it against d3.js for customization trade-offs.
Explore Nivo calendar chart integration in a React app, fetching JSON data for 2019–2021, styling with color palettes, legends, and a responsive calendar.
Learn to integrate the react-vis chart library with React to build a simple line chart using XYPlot, line series, and axes, including setup, styling, and handling open issues.
Learn to integrate D3.js into a React TypeScript project and create a charts component working in harmony with React. Understand how you can utilize D3 with React to bring life to your charts.
Using this course, you will create simple charts such as line, bar, donut, scatter, histogram, and others, and advanced charts such as a world map and force charts. You will learn to share the data across your components and charts using React Recoil state management, and understand how to integrate third-party chart libraries that are built on D3 such as Visx, Nivo, React-vi, and Victory. Lastly, you will learn how to deploy your chart as a serverless app on popular platforms.
React and D3 are two of the most popular frameworks in their respective areas – learn to bring them together and take your storytelling to the next level.
YOU WILL:
· Learn to set up your project with React, TypeScript, and D3.js
· Learn how to create simple and advanced D3.js charts
· Learn to work with complex charts such as world and force charts
· Integrate D3 data with React state management
· Learn to improve the performance of your D3 components
· Learn how to integrate popular React charts built on D3
· Learn how to deploy as a serverless app and debug test
This course is intended for readers that already have basic knowledge of React, HTML, CSS, and JavaScript.