2024-06-26-Inspirations

17 bookmarks
Custom sorting
From React to HTML-First: Microsoft Edge Debuts 'WebUI 2.0'
From React to HTML-First: Microsoft Edge Debuts 'WebUI 2.0'
If the new HTML-first approach of Edge encourages similar projects from other companies and startups, then we may have the start of a new web development movement on our hands. For many in the web developer community, a shift to markup-first/JavaScript-second would be a welcome one.
·thenewstack.io·
From React to HTML-First: Microsoft Edge Debuts 'WebUI 2.0'
Mobile Tabs Part 1 – Native APIs
Mobile Tabs Part 1 – Native APIs
Great series about a common UI element ... Check out the posts about React Native and Flutter.
·tpgi.com·
Mobile Tabs Part 1 – Native APIs
State of JavaScript 2023
State of JavaScript 2023
The fact that so many "smaller" libraries like Preact, Solid, and htmx are climbing in positive sentiment over something massive like Next.js is fascinating. We're starting to see Angular make a bit of a comeback, and we'll see if that trend continues next year. We're seeing people fall out of love with some of the industry darlings. We're seeing very Rusty systems grow. Astro feels like it's off to the races in developer support.
·2023.stateofjs.com·
State of JavaScript 2023
State of HTML 2023
State of HTML 2023
The 2023 edition of the annual survey about the latest trends in the HTML ecosystem.
·2023.stateofhtml.com·
State of HTML 2023
Opinions for Writing Good CSS
Opinions for Writing Good CSS
CSS is a flexible language that, in my opinion, requires opinions to be written well and consistently. Here are some of my opinions for writing good CSS.
·andrewwalpole.com·
Opinions for Writing Good CSS
Misconceptions about CSS Specificity
Misconceptions about CSS Specificity
To remove some of the confusion, here’s a list of misconceptions about Specificity in CSS …
·bram.us·
Misconceptions about CSS Specificity
Quick-and-Dirty Accessibility - TPGi
Quick-and-Dirty Accessibility - TPGi
TPGi's William Driver runs through some simple (quick and dirty) checks that any developer can do that will help to create a more inclusive web.
·tpgi.com·
Quick-and-Dirty Accessibility - TPGi
Angular Basics: the course
Angular Basics: the course
Targeted for developers who use a framework like this for the first time, or want to catch up with version 18.
·learnbydo.ing·
Angular Basics: the course
Live Demos of Stand Alone Web Components – Frontend Masters Boost
Live Demos of Stand Alone Web Components – Frontend Masters Boost
If you need the effect these provide, you can just grab them and use them. It eliminates the need for anyone to have to re-do work already done. It mostly doesn’t matter what framework you’re using or other technologies are at play, because these are just a native part of the web.
·frontendmasters.com·
Live Demos of Stand Alone Web Components – Frontend Masters Boost
The long path of JavaScript - from ES6 until today.
The long path of JavaScript - from ES6 until today.
JavaScript, the most popular programming language in 2023, has evolved from its early days in the 1990s to being used across various domains like web and mobile development, game development, and machine learning. How did a language developed in just 10 days by Brendan Eich achieve such widespread success?
·dev.to·
The long path of JavaScript - from ES6 until today.
Promises From The Ground Up
Promises From The Ground Up
Promises give JavaScript the underlying infrastructure it needed in order to provide syntax that looks and feels synchronous, while actually being asynchronous under the hood. It’s pretty friggin’ great.
·joshwcomeau.com·
Promises From The Ground Up