You may know that linting can improve your code quality, but static analysis tools can also play an integral role in your development cycle, even in a dynamically typed language such as JavaScript.
This tutorial demonstrates how to test your React functional components and the state changes for components that use hooks, with Jest and Enzyme as testing libraries.
When building a website, creating a distinctive visual identity is paramount. Learn how to use TactileJS to create stunning patterns for your website.
This tutorial introduces you to Pug, a high-performance template engine that simplifies the creation and reuse of HTML code across your site.
This tutorial demonstrates the value of Blitz.js through a simple recipe application built with React.
Replacing your UI framework can seem a Goliath-sized task. This tried-and-true approach can help lead to success.
These top-level API’s will help you to write your React components more efficiently, and knowing when and how to use them is crucial to your development cycle.
Learn how GraphQL mesh can benefit frontend developers and end users alike with its capabilities to integrate data of all kinds of different formats.
In this article, we’ll learn how we can use TypeScript with React and built components that are usable within both TypeScript and JavaScript files.
Automating your deployment process helps you deliver your product faster and allows your team to focus on building and collecting valuable feedback from customers. Learn how to set up continuous deployment for your React projects hosted on Firebase.
If you’re already familiar with SQL, Open Distro makes interacting with Elasticsearch clusters a breeze.
CSS combinators come in handy when you want to alter HTML you don’t have access to or pinpoint the section you want to style with high accuracy. In this tutorial, learn how to style your HTML with CSS combinators.