Note: Using View Models in React for State Management Reference What if instead of Redux you just used a view model?
Why Your PageSpeed Insights Results Look Wrong Reference Several reasons why Google's PageSpeed Insights doesn't look accurate for your website.
Note: Is a Comment Author a Person or an Organization? (schema.org) My Blog There is a way to specify that something is a comment on a website for computers using code from schema.org, unfortunately its author has to be either a Person or a Thing.
Note: Cloudflare doesn't Cache HTML by Default Reference If you're using Cloudflare and have a high Time to First Byte (TTFB), that might be because you HTML is being cached.
How to Style a List (OL/UL) Adding Asterisks (*, **, ***) on the Left Side using CSS Tutorial If you want to style a list in CSS to add an increasing number of asterisks on each point—for example, for footnotes—it's possible to achieve this using @counter-style.
Warning: Don't Buy .xyz Domains Warning The .xyz TLD is associated with spam and using it will harm your website.
How to Fix Flexbox Ignoring Width / Height Set Explanation Troubleshooting For reference, a list of problems you can encounter with display: flex; in CSS, and how to solve them.
package.json (in JavaScript) Definition A configuration file containing JSON code used by Node and NPM.