With Acquisition of StudioPress, WP Engine Bolsters the WordPress Community
The post With Acquisition of StudioPress, WP Engine Bolsters the WordPress Community appeared first on Torque.
Vue + TypeScript: A Match Made in Your Code Editor
Vue is so hot right now and I’ve been thinking of doing a serious project with it since quite a while, so when the opportunity popped up, I hopped in. But there was a little problem — one of the requirements of the project was to write it in TypeScript. At first, I was super stressed about how I was going to ever get started on this combo, but vue-cli made it so easy.
I’d be lying if I said …
The post Vue + TypeScript: A Match Made in Your Code Editor appeared first on CSS-Tricks.
30+ Best iPhone X Mockups (PSD, AI & Sketch)
TaxJar to Host Free Webinar June 27: Tax Experts Answer Questions on State Tax Compliance for Online Stores
Better rendering for variable fonts
I was messing around with a variable font the other day and noticed this weird rendering issue in the latest version of Chrome where certain parts of letterforms were clipping into each other in a really weird way. Thankfully, though, Stephen Nixon has come to the rescue with a temporary hack to fix the issue which using a text-shadow on the text that’s using the variable font:
.variable-font {…
text-shadow: 0 0 0 #000; /* text color goes last here
The post Better rendering for variable fonts appeared first on CSS-Tricks.
The Google Mobile First Index and What It Means for Your WordPress Site
The post The Google Mobile First Index and What It Means for Your WordPress Site appeared first on Torque.
Handling Errors with Error Boundary
Thinking and building in React involves approaching application design in chunks, or components. Each part of your application that performs an action can and should be treated as a component. In fact, React is component-based and, as Tomas Eglinkas recently wrote, we should leverage that concept and err on the side of splitting any large chunking into smaller components.
Splitting inevitably introduces component hierarchies, which are good because they bloated components and architecture. However, things can begin to …
The post Handling Errors with Error Boundary appeared first on CSS-Tricks.
Add real-time comments to a Gatsby blog
(This is a sponsored post.)
This tutorial will show you how to add realtime comments to a Gatsby blog. You will use Node and Express to create a simple backend, allowing users to add and view comments instantly.
Direct Link to Article — Permalink…
The post Add real-time comments to a Gatsby blog appeared first on CSS-Tricks.




