🎁 Checkout my Learn React by Making a Game course and get 1 month Free on Skillshare!

Links, ideas, news roundup #1

A collection of cool links, ideas, and news that I've seen in the past few days:

  • the :not() CSS pseudo selector accepts a complete list of selectors. We can do something like :not(h1, h2, #main) as we have for the :is selector
  • CSS inset is now fully supported. This means we can have shorthands as inset: 4px 8px; instead of top: 4px ; right: 8px;
  • we can emulate the dark mode and reduced motion in Chrome Dev Tools. More details here.
  • in PHP you can use debug_backtrace() to print the full stack trace as we have in javascript the console.trace
  • seen in the CSS Tricks newsletter a great example for the Container Queries made by Max BΓΆck. Impressive stuff.


That's all folks! See you the next time!

πŸ“– 50 Javascript, React and NextJs Projects

Learn by doing with this FREE ebook! Not sure what to build? Dive in with 50 projects with project briefs and wireframes! Choose from 8 project categories and get started right away.

πŸ“– 50 Javascript, React and NextJs Projects

Learn by doing with this FREE ebook! Not sure what to build? Dive in with 50 projects with project briefs and wireframes! Choose from 8 project categories and get started right away.


Leave a Reply

Your email address will not be published. Required fields are marked *