How to Use the Gutenberg Migration Guide to Deliver Modern WordPress Plugins
The post How to Use the Gutenberg Migration Guide to Deliver Modern WordPress Plugins appeared first on Torque.
Is Your Website Font Size Too Small? Large Text Is In
New mobile Chrome feature would disable scripts on slow connections
This is a possible upcoming feature for mobile Chrome:
If a Data Saver user is on a 2G-speed or slower network according to the NetInfo API, Chrome disables scripts and sends an intervention header on every resource request. Users are shown a UI at the bottom of the screen indicating the page has been modified to save data. Users can enable scripts on the page by tapping “Show original” in the UI.
And the people shout: progressive enhancement!
The post New mobile Chrome feature would disable scripts on slow connections appeared first on CSS-Tricks.
Gutenberg 3.7 Released, Introduces Spotlight Mode
How to Strengthen Your WordPress Brand With Your Blog
The post How to Strengthen Your WordPress Brand With Your Blog appeared first on Torque.
How to Switch Your Website Hosting Without Affecting Your SEO
The post How to Switch Your Website Hosting Without Affecting Your SEO appeared first on Torque.
JAMstack_conf
I love a good conference that exists because there is a rising tide in technology. JAMstack_conf:
Static site generators, serverless architectures, and powerful APIs are giving front-end teams fullstack capabilities — without the pain of owning infrastructure. It’s a new approach called the JAMstack.
I’ll be speaking at it! I’ve been pretty interested in all this and trying to learn and document as much as I can.
Save $100 with csstricks100.
Direct Link to Article — Permalink…
The post JAMstack_conf appeared first on CSS-Tricks.
Props and PropTypes in React
React encourages developers to build by breaking a UI up into components. This means there will always be a need to pass data from one component to another — more specifically, from parent to child component — since we’re stitching them together and they rely on one another.
React calls the data passed between components props and we’re going to look into those in great detail. And, since we’re talking about props, any post on the topic would be …
The post Props and PropTypes in React appeared first on CSS-Tricks.
CSS Shape Editors
Firefox 62 is shipping out of beta on September 5th. The big notable thing for CSS developers is that it will now support the shape-outside property with polygon(), circle(), and ellipse(), joining Chrome and Safari.
What will be nice about the Firefox release (well, it’s kinda already nice if you use something like Firefox Developer Edition which is already on 62), is that it has a shape editor built right into DevTools.
Chrome supports shape-outside as well, …
The post CSS Shape Editors appeared first on CSS-Tricks.




