We use the Bun bundler to create a fast, Next.js-like app with SSR and client-side hydration. We also explore Bun’s JavaScript Macros feature.
Let’s explore the causes and solutions of some common errors in Next.js that you may encounter during development.
Materio, a Next.js and React admin template, allows you to successfully customize your Next.js app with customizable, developer-friendly features.
ultrafetch
to boost node-fetch
behaviorultrafetch
adds caching capabilities to fetch
and node-fetch
to address one of the major drawbacks of both implementations of the Fetch API.
Zig is a new C-like programming language designed to provide a better programming experience over traditional C. Learn how to use it here.
Vue offers two methods for component creation: the Options API and the Composition API. Let’s compare their pros, cons, and use cases.
Use React Server Components to effectively manage rendering and build apps that span the server and client.
We demonstrate how to use the oklch() color model in CSS to create a variety of consistent, accessible color palettes.
We explore how to set up and run React and Express together using the concurrently CLI tool for streamlined development workflow.
Improve your React Native application with unit testing: testing small, isolated pieces of code such as individual functions or classes.
Discover four of the best animated icon libraries for React that take their inspiration from the popular Feather icon library.
react-native-ble-manager
in a mobile applicationExplore how react-native-ble-manager
allows us to enable and scan for Bluetooth Low Energy devices within our React Native application.