Whatever the bundler, it is making more and more sense to move away from CommonJS.
Electron apps tend to be slow. The trick is to offload CPU-intensive tasks to other, faster languages, such as Rust.
Today, most mobile game developers turn to game engines to help them create stunning games with blazing efficiency.
A few weeks ago, the React team released the library’s latest version, React v17.0 RC. In this post, we will […]
With React 17, you no longer need to import React in your files to use React. Confused? This article will tell you what you need to know in order to migrate both your code and knowledge to this new way of doing things.
Colyseus makes multiplayer game networking a breeze so you can spend more time focusing on what really matters: your gameplay.
Prop drilling is one of the most common gripes with React. You add a prop or event in a component way down the hierarchy and you’re forced to add it to every parent component as well.
React Helmet is a document head manager that makes it easy to improve SEO for your React-based SPAs.
Find out how to implement linear search and binary search in JavaScript and determine the right time to use each algorithm.
We are going to use a React Native community package, called react-native-viewpager, that allows us to swipe left or right between different pages where each page has some data to display.
Malina.js is a library inspired by Svelte that compiles your app down to vanilla JavaScript, producing a framework-free frontend.
Which rapid prototyping is best for you? Check out this guide to weigh the pros and cons of 7 popular rapid prototyping tools including Invision, AdobeXD, and Framer.