Tag: React
All the articles with the tag "React".
How to build static web apps with dynamic routes in Next.js 13
Updated: at 01:24 PMThis article will show you how to take advantage of the latest Next.js features: appDir and React Server Components.
Make API Calls From Your Browser Extensions
Updated: at 07:30 AMLet's figure out how we can make API calls from our browser extension with the help of background scripts and asynchronous functions!
How to build Cross-Browser Extensions with Vite, React, and TailwindCSS
Updated: at 08:26 PMBringing your favorite front-end development stack to browser extension development isn't too complicated. Once you figured out all the gotchas.
How to solve React's "This synthetic event is reused for performance reasons" warning
Updated: at 03:40 PMHow to add TypeScript types to useReducer
Updated: at 06:59 AMuseReducer is a great way to abstract some of your application's complexity in React. In this post, we're enhancing our reducers with TypeScript types!
Tutorial: Apollo Client with React and TypeScript
Updated: at 09:15 AM