WordPress Core Fields API Project is Seeking New Leadership
Art Deco Graphic Design: A Classic Trend
Build a state management system with vanilla JavaScript
Managing state is not a new thing in software, but it’s still relatively new for building software in JavaScript. Traditionally, we’d keep state within the DOM itself or even assign it to a global object in the window. Now though, we’re spoiled with choices for libraries and frameworks to help us with this. Libraries like Redux, MobX and Vuex make managing cross-component state almost trivial. This is great for an application’s resilience and it works really well with a state-first, …
The post Build a state management system with vanilla JavaScript appeared first on CSS-Tricks.
10 Ways to Simplify Your Design
Google Chrome Rolls Out “Not Secure” Warning for Plain HTTP Sites
Did you know that style and script tags can be set to display: block?
The other night, Amit Patel mentioned that you can set script tags in HTML to display: block with CSS and then edit that code inline with the contentEditable attribute. This means that you can then see it all update live in the browser as you type. Shortly after, Marius Gundersen replied that you can do this with the style tag as well.
All of this is such a weird concept to me that I just had to make a demo …
The post Did you know that style and script tags can be set to display: block? appeared first on CSS-Tricks.
Designing Compelling Site Experiences for SEO
The post Designing Compelling Site Experiences for SEO appeared first on Torque.
Finite State Machines with React
As JavaScript applications on the web have grown more complex, so too has the complexity of dealing with state in those applications — state being the aggregate of all the data that an application needs to perform its function. Over the last several years, there has been a ton of great innovation in the realm of state management through tools like Redux, MobX, and Vuex. Something that hasn’t gotten quite as much attention, though, is state design.
What in …
The post Finite State Machines with React appeared first on CSS-Tricks.




