Posts
All the articles I've posted.
đ«đ· 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.
đ«đ· Hommage personnel au "Game of Life" (Jeu de la vie)
Published: at 12:00 AMEssai d'implémentation du Jeu de la Vie en Javascript dans le navigateur et sans framework.
Personal tribute to "Game of Life"
Published: at 12:00 AMTrying to implement the Game of Life in Javascript in the browser and without framework.
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.
How to boost the speed of your webpack build?
Published: at 12:00 AMA story of performance optimization and application of the Pareto principle to a webpack build that has become far too long.
đ° Optional chaining trap !
Published: at 12:00 AMSometimes a new feature for ES should not be used immediately. Polyfill can sometimes be very heavy.