In a React component, useState
and useReducer
can cause your component to re-render each time there is a call to the update functions. In this article, you will find out how to use the useRef()
hook to keep track of variables without causing re-renders, and how to enforce the re-rendering of React Components.
https://smashingmagazine.com/2020/11/react-useref-hook/
In this article, Stephanie dives into the past by going back to the beginning of HTML and tracing the evolution of form controls through to the present and the current state of working with them. https://smashingmagazine.com/2020/11/standardizing-select-native-html-form-controls/
Meet our new practical guide on everything you need to know about TypeScript, its type system, and all its benefits in 50 lessons. Jump to table of contents and get the book right away. https://smashingmagazine.com/2020/11/typescript-in-50-lessons-release/
We’re asking what it looks like to dogfood the Jamstack at Netlify. Can you deploy an entire app to a CDN? Drew McLellan talks to Netlify Staff Engineer Leslie Cohn-Wein to find out. https://smashingmagazine.com/2020/11/smashing-podcast-episode-29/
With the help of this tutorial, you can learn how to create a continuous integration workflow for your Node JS REST API by using GitHub Actions as well as how to report test coverage with Coveralls. https://smashingmagazine.com/2020/11/continuous-integration-test-workflow-gitHub-actions/
In this article, we’re going to take a look at some of these new features and how to get started with them. We’re also going be taking a look at some of the changes done to the existing features. https://smashingmagazine.com/2020/11/new-vue3-update/
In this article, Robin Christopherson talks with experts about COVID, the challenges and opportunities the crisis brings, agile adjustments, digital inclusion, and much more. https://smashingmagazine.com/2020/11/global-digital-accessibility-developments-during-covid/
In this article, Nefe explains how to authenticate React apps using Auth0. You’ll also see how you can set up Social Logins in your apps. https://smashingmagazine.com/2020/11/authenticating-react-apps-auth0/
In this article, we look at three key parts of a digital store and what you can do to design each to help customers more quickly and effortlessly get to the checkout stage.
react-three-fiber
is a powerful Three.js renderer that helps render 3D models and animations for React and its native applications. In this tutorial, you will learn how to configure and build 3D models in a React application.