There is no consensus on the right way to organize a React application. React gives you a lot of freedom, but with that freedom comes the responsibility to design your own architecture. This article, provides an opinionated guide to setting up the architecture for a new React application.
You probably know Unicode and what's used for today... but there are sort of interesting tales about the nuances of Unicode encoding. In this article, you can learn something about Unicode sorting... Spoiler: it is "interesting" and "hard" at the same time!
The click event is quite simple and easy to use; you listen for the event and run code when the event is fired. It works on just about every HTML element
Don't do it like GitHub Copilot! Encoding HTTP POST requests requires a bit of diligence in following the protocol. Make sure you do that if you want to make sure requests can be correctly parsed by servers!
Book of the week
CSS Secrets: Better Solutions to Everyday Web Design Problems
by Lea Verou
In this practical guide, CSS expert Lea Verou provides 47 undocumented techniques and tips to help intermediate-to advanced CSS developers devise elegant solutions to a wide range of everyday web design problems. Rather than focus on design, CSS Secrets shows you how to solve problems with code. You'll learn how to apply Lea's analytical approach to practically every CSS problem you face to attain DRY, maintainable, flexible, lightweight, and standards-compliant results.