Search
A More Accessible Portals Demo
31.7.2019
The point of the <portal> element (behind a flag in Chrome Canary) is that you can preload another whole page (like <iframe>), but then have APIs to animate it to the current page. So "Single Page App"-like functionality (SPA), but natively. I think that's pretty cool. I'm a fan...
Rezervační portály Hotel.cz a Spa.cz získala maďarská skupina Szallas
10.7.2019
Liberecká firma Hotel.cz se 1. července spojila s maďarským protějškem Szallas.hu. Fúze lokálních lídrů na trhu s on-line rezervacemi ubytování má za cíl usnadnit českým klientům cestu k pobytům v zahraničí, především v Maďarsku a Chorvatsku. Naopak pro maďarské či polské klienty skupiny Szallas...
React Starter: Using Create React App to Make React Applications
15.5.2019
Usually when you create a React application, you’ll be creating a single page app (SPA). In order to make setting up single page apps easier, a CLI tool called
Two Ways to Build a Site That Seem Super Different But Weirdly Aren’t That Different
14.12.2018
Here are two ways to build a site (abstractly) that feel diametrically opposed to me:
Build a site as an SPA (Single Page App). The page loads a skeleton HTML page that executes JavaScript as quickly as it can. The JavaScript calls an API to get data, and then the page renders content. Navigation...
WDRL — Edition 251: Clear Site Data, Edge will use Chromium, Register you SPA as Share Target, And Fix Things Later
7.12.2018
Hey,
The web gets more complicated every week. With each new feature added to browsers, being explored by security reasearchers and other things, it gets harder for developers to grasp all that. Don’t get me wrong — it’s not that I dislike all the new features, I really like many of them. But...
Learning Gutenberg: What is Gutenberg, Anyway?
21.5.2018
Gutenberg is the new React-driven SPA editing experience in WordPress. Oh wait, a string of buzzwords doesn't count for a viable explanation of software? We’re going to unpack that string of buzzwords as we explain what Gutenberg is.
Article Series:
Series Introduction
What...