Tag: react
All the articles with the tag "react".
🇫🇷 React/Redux : pièges et meilleures pratiques
Published: at 12:00 AMNous utilisons React et Redux depuis presque 4 ans chez Bedrock sur notre plateforme vidéo nommée 6play. Les bonnes pratiques et les erreurs à éviter ont été rassemblées dans cet article.
Announcing use-reduced-motion
Published: at 12:00 AMAnnouncement of the publication of an open source package for the management of motion reduction for web accessibility. Inspired by my readings and wanting to learn more about React's Hook.
🇫🇷 Et voici use-reduced-motion!
Published: at 12:00 AMAnnonce de la publication d'un package open source pour la gestion de la réduction des mouvements pour l'accessibilité du web. Inspiré de mes lectures et voulant en apprendre plus sur les Hook de React.
React/Redux: pitfalls and best practices
Published: at 12:00 AMWe use React and Redux for almost 4 years at Bedrock on our video platform named 6play. Good practices and mistakes to be avoided have been gathered in this article.
Creating an image lazy loading component with React
Published: at 12:00 AMIn the web world, we often have complex page structure. All the parts are not visible in the user viewport at first. Why should we load all the page content to be able to see it ?