Search
Digging Into React Context
11.6.2018
You may have wondered lately what all the buzz is about Context and what it might mean for you and your React sites. Before Context, when the management of state gets complicated beyond the functionality of setState, you likely had to make use of a third party library. Thanks to recent updates...
Proti nemrtvým ve hře State of Decay 2
7.6.2018
Post-apokalyptické téma je vděčné jak ve filmovém, tak i v herním průmyslu. I když se může zdát, že je zombie tématika vyčpělá, vývojáři v Undead Labs si to nemyslí. Přichází tak s druhým dílem State of Decay - jejich semi-simulací přežívání v nehostinném světě obývaném nemrtvými
Script & Style Show: Episode 11: Ionic Framework with Max Lynch
1.6.2018
In this episode: David blames his wife for getting sick and missing last week’s show, Todd’s got a new Jeep, and David then blames his wife for not letting him have a Jeep. Oh, and Max Lynch of Ionic Framework fame stops by to talk about Ionic, Stencil, Web Components, the state...
The State of Changing Gradients with CSS Transitions and Animations
1.6.2018
Back in 2012, Internet Explorer 10 came out and, among other things, it finally supported CSS gradients and, in addition to that, the ability to animate them with just CSS! No other browser supported this at the time, but I was hopeful for the future.
Sadly, six years have passed and nothing...
Managing State in React With Unstated
29.5.2018
As your application becomes more complex, the management of state can become tedious. A component's state is meant to be self-contained, which makes sharing state across multiple components a headache. Redux is usually the go-to library to manage state in React, however, depending on how complex...
Understanding React `setState`
25.4.2018
React components can, and often do, have state. State can be anything, but think of things like whether a user is logged in or not and displaying the correct username based on which account is active. Or an array of blog posts. Or if a modal is open or not and which tab within it is active.
React...
Scroll to the Future
19.4.2018
This is an interesting read on the current state of scrollbars and how to control their behavior across operating systems and browsers. The post also highlights a bunch of stuff I didn’t know about, like Element.scrollIntoView() and the scroll-behavior CSS property.
My favorite part of all though?...
[článek] Státe, prosím, omez mě, volá šéf Facebooku Mark Zuckerberg. Zbláznil se?
13.4.2018
[6 minut čtení] Asi takhle nějak by se jednou větou dal popsat postoj zakladatele Facebooku, kterého tento týden několik hodin grilovaly výbory obou komor amerického Kongresu. Co ho to napadlo? Jestli jste alespoň mírný internetový pamětník, tak si vzpomenete, že Facebook byl jenom jedním z mnoha...
Force a React Component to Re-Render
7.3.2018
The beauty of React components is that they automagically render and update based on a change in state or props; simply update the state from any place and suddenly your UI element updates — awesome! There may be a case, however, where you simply want to brute force a fresh render of a React...
State of Blockchain 2017
6.3.2017
var researchConfig = { “title”: “State of Blockchain Q4 2016”, “subtitle”: “Summarizes key trends, data and events from the fourth quarter of 2016 and the year as a whole.”, “publishDate”: “March 6th, 2017”, “slug”:...
Using ARIA in HTML
21.6.2014
ARIA (WAI-ARIA if you want to be formal) is a set of attributes that you can add to HTML elements. These attributes communicate role, state and property semantics to assistive technologies via the accessibility APIs implemented in browsers. The W3C HTML specification provides information about...
Using ARIA in HTML
21.6.2014
ARIA (WAI-ARIA if you want to be formal) is a set of attributes that you can add to HTML elements. These attributes communicate role, state and property semantics to assistive technologies via the accessibility APIs implemented in browsers. The W3C HTML specification provides information about...