In short, Google can effectively render and index JavaScript content, including complex SPAs, dynamically loaded content, and streamed content.
Bookmarks
Recent posts
- 12:32 (+0200)
CSS can now support HD (high definition) displays, specifying colors from HD gamuts while also offering color spaces with specializations. This guide will explain how you can start to take advantage of this new world of color.
10:12 (+0200)Flow is a state in which people are so involved in an activity that nothing else seems to matter; the experience is so enjoyable that people will continue to do it even at great cost, for the sheer sake of doing it.
16:17 (+0100)This tool generates fluid typography code snippets using the modern CSS clamp function and lets you fine-tune fluid typography behavior using this sleek editor.
11:14 (+0100)The concept of Low-Quality Image Placeholders (LQIP) has been an integral part of web development for many years. Guy Podjarny is often credited with popularizing this term over a decade ago, highlighting the longstanding interest in efficient image-loading techniques in web design. Even before the term LQIP became widespread, the concept was implicitly recognized and utilized, as evident from the …
Show more09:39 (+0100)The text introduces the concept of incremental computation, a method of computing that anticipates changes in input data, allowing for more efficient updates of outputs rather than recalculating everything from scratch. This approach is common in various programming domains, such as UI programming, data flow, build systems, compilers, and code editors. Although prevalent, it’s often not …
Show more11:13 (+0100)To change a color based on whether Light Mode or Dark Mode used, you’d typically use a prefers-color-scheme Media Query. To make things easier, CSS now comes with a utility function named light-dark(). The function accepts two color values as its arguments. Based on which color scheme you are actively using, it will output the first or the second argument.
10:35 (+0200)If you are building UIs with accessibility in mind then this is a blog for you. It explores common interface components and comes up with a better, more robust, and accessible version of it.
09:47 (+0200)