We’ll base our custom React frontend on the Substrate Frontend Template, forking it and customizing it by extending the template with some specific UI elements.
In this article, you’ll learn the benefits of using a decoupled monorepo and how to deploy one to Heroku.
useReducer
Hooks into web workersWhen a resource is loading, users can’t perform actions like clicking, selecting, or dragging elements. web workers help us to solve this problem.
Web3 wallets make user authentication trivial. Learn about the challenges of user identification and follow a tutorial on client-side and server-side user identification.
Learn about Floating UI, a toolkit successor to Popper that allows us to create floating elements, popovers, tooltips, and more.
A new routing library called React Location includes some neat features that make life easier for React developers.
Generate custom email action links in Firebase to customize the verification and authentication emails automatically sent to users.
Choosing a styling option is dependent on many factors. Thankfully, Next.js offers built-in support for CSS in a variety of different ways.
Explore the OAuth 2.0 framework by developing our own overwritten implementation and testing it through a real API
Build your own custom alert message component to display errors, information, and success messages to your users.
Explore the best chart libraries in Vue according to their data integration, maintenance, and attractive designs.
Learn how to leverage multithreading in Flutter with Dart isolates for managing all of your repetitive background tasks.