Rendering JSON animations in React can be tricky. We troubleshoot and solve the issues using react-lottie, a plugin for the Adobe Bodymovin extension.
Read up on the experimental, inbuilt browser API for HTML sanitization in this post and learn how you can better prepare for XSS attacks.
Learn how to test React applications with Jest and React Testing Library, a popular combination and official recommendation from React.
Protect your assets on the blockchain with Gnosis Safe, a tool that requires multisignature authentication for sensitive transactions.
In this tutorial, learn how to write and deploy backend functions to Firebase and the best ways to integrate them with your Flutter app.
Learn how Tic-Tac-Toe is played, scaffold a Next.js project, and learn how to code and play a Tic-Tac-Toe game on our computer.
Few tools have been as central and important to the JavaScript ecosystem as webpack. Learn how Snowpack and webpack stack up.
Set up your MacBook web development tools in just 20 minutes, including iTerm, Zsh, Oh my Zsh, nvm, Git, GitHub, VS Code, and Powerline Fonts.
Here’s a look at the Fresnel package, one of the most efficient ways to implement responsive design for server-side rendering.
Learn how to build a Web3 auth flow in this step-by-step tutorial using popular libraries and platforms like React, Ether.js, and Ceramic.
Learn how to use react-dropzone to create a drag-and-drop component for uploading images. Compare this to the HTML Drag and Drop API method.
Improve you app’s overall UI and UX by reducing large data displays with a pagination component. Create pagination from scratch using React Hooks.