Improve app speed and usability by allowing it to work without the Internet. Here’s how to create an offline-first app in React Native.
Learn how to “think with types” and use TypeScript advanced types to build strongly typed systems and make your code safer.
A review of the top five tab navigation components for React Native, all of which work with React Navigation for a seamless user experience.
Add CodePush to your React Native application to easily deploy app updates directly to end users instead of through the Google Play and iOS app store.
Compare three different methods for animating webpages, CSS transitions, CSS animations, and the Web Animations API to learn the best use cases for each.
vanilla-extract helps you create zero-runtime style sheets in TypeScript. Learn how by building and theming a demo app with React and webpack.
Learn to use Strapi with Next.js to create an application that can register and authenticate users and persist sessions.
Automatically send emails to users of your React app without setting up a server by using Netlify Functions.
Level up your CSS, SCSS, and Sass linting skills and improve your code quality using this advanced guide on Stylelint.
Learn how to authenticate with Google using TypeScript. As a practical example, we’ll show you how to acquire and use a refresh token to access the Google Calendar API.
Have a MySQL database? Learn how to create a usable, scalable GraphQL API using Apollo and Node that you can customize however you want.
Use React and Tailwind CSS to create two different types of pagination components that use navigation buttons and a numbered list.