Improve UX in your mobile applications with React Native by implementing a credit card scanning feature using your device’s camera and text recognition.
Learn how to use popular syntax-highlighting libraries, such as Prism and Highlight, with React.
Learn how to use React 18 and Storybook to perform interaction testing on application components.
A table of contents summarizes the page’s content, allowing users to quickly navigate through sections of the page by clicking on the desired heading.
The useEvent Hook from React allows you to define an event handler with a function identity that is always stable.
View the recording Thanks for joining us! Relevant links from the talk: Next.js — JavaScript to TypeScript GitHub project Josh’s […]
Million, like Preact, solves the problem of large React bundles and a heavyweight virtual DOM but adds compilation for further speed enhancements and bundle reductions.
Create a custom sticky header with React Native ScrollView that shrinks, expands, and changes color on scroll to enhance your app’s UX.
In this guide, we will cover how to build a custom checkbox in React without sacrificing accessibility for assistive technology.
Learn how to implement a typo-friendly search component in your React app using a simple API.
OTPs can be a daunting task because of the TextInput required. We can split the display to create one box for each OTP digit.
Learn how to integrate React with Django, create a simple CRUD API with the Django REST framework free from common CORS issues, and more.