I have selected some news from the web dev world to share.
Have a great week.
Heather Buchel write about the decline of the use of « basic web functionality » like use an anchor link instead of an onclick with js. Use the platform instead of reinventing the wheel with javascript.
Repository Github
Visualize and handle every app available from Homebrew in a macOS app instead of your terminal.
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
Design
CSS
Every css selectors explained visually, very cool reference. This website have a lot of svg tools too at the end of the article. 10/10 recommended.
New css features for Chrome 116 and 117
- The ability to animate display and content-visibility on a keyframe timeline (From Chrome 116).
- The transition-behavior property with the allow-discrete keyword to enable transitions of discrete properties like display (From Chrome 117).
- The @starting-style rule to animate entry effects from display: none and into the top-layer (From Chrome 117).
- The overlay property to control top-layer behavior during an animation (From Chrome 117).