Library of The Week: Vex |
Modal dialogs have been vilified by modern UX theory as overly disruptive. But sometimes you want to be disruptive, whether you want show a fatal error or need an unskippable dialog prompting the user for information.
This week, let's take a short look at Vex, a front-end library for displaying
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/cWJfaRrAyXg/
|
Turbocharge Your React Application with shouldComponentUpdate and Immutable.js |
Most of you have probably heard about how awesome React is, particularly when it comes to performance. The Virtual DOM is a great innovation in this regard, since it saves developers from having to deal with UI bottlenecks manually. However, sometimes speed is such a critical aspect that React's automatic
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/fcDjVWJUxq4/
|
Library of The Week: Async.js |
As we look forward to the ES7 async
function, let's take a moment to remember an aging former star that still has a little bit of life left in it: Async.js
Nowadays there are a number of ways to avoid callback hell:
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/YEILbh96JAI/
|
“Because We Can” is Not a Good Reason |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/qIgu4yf-jUY/
Метки: Rants and Ruminations |
Going Functional: Three Tiny Useful Functions – Some, Every, Pluck |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/7mG0DL0991w/
Метки: Technical Articles |
Fastest Growing New Languages on Github are R, Rust and TypeScript (and Swift) |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/qBW1btZnF_k/
Метки: Uncategorized |
Taming Gruntfiles |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/YqKdljiix8M/
Метки: Uncategorized |
Speeding Up Grunt Builds Using Watchify |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/UH_WxAtkX8g/
Метки: Technical Articles |
The Chrome Extension Skeleton: Building Modular Extensions with Grunt and Browserify |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/ASlY5l0JvxU/
Метки: Technical Articles |
Kitt and the Battle of the iPhone Extension Ecosystems |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/q2kexTNoU1g/
Метки: Rants and Ruminations |
Change Text Color Based on Background Color (and Much More!) Using CSS Clip |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/s8lbw-zLAe8/
Метки: Technical Articles |
DOM Window Wrapper Update |
A quick update to my previous post about creating a DOM window wrapper. My colleague Tomas pointed out that Browserify breaks if it is running inside the wrapper, due some code in the shim it uses for the NodeJS process module. The code compares the source of an event with
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/Egn_XGnK_Sw/
Метки: mozilla |
DOM Window Wrapper Update |
A quick update to my previous post about creating a DOM window wrapper. My colleague Tomas pointed out that Browserify breaks if it is running inside the wrapper, due some code in the shim it uses for the NodeJS process module. The code compares the source of an event with
https://blog.javascripting.com/2014/05/27/dom-window-wrapper-update/
Метки: mozilla |
DOM Window Wrapper Update |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/pEYnYDyTRjw/
Метки: Technical Articles |
DOM Window Wrapper Update |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/kbbsLOH9Yic/
Метки: Technical Articles |
Wrapping the DOM Window Object |
In order to enable Kitt, our iPhone web browser, to run browser extensions, we needed a way to run content scripts in a webpage. In Chrome, content scripts are run in a sandbox to prevent the two contexts from interfering with each other. They share only the window
object. Although
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/1Ym8HxLtm2A/
Метки: mozilla |
Wrapping the DOM Window Object |
In order to enable Kitt, our iPhone web browser, to run browser extensions, we needed a way to run content scripts in a webpage. In Chrome, content scripts are run in a sandbox to prevent the two contexts from interfering with each other. They share only the window
object. Although
https://blog.javascripting.com/2014/05/19/wrapping-the-dom-window-object/
Метки: mozilla |
Wrapping the DOM Window Object |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/PRSRFJTAyMw/
Метки: Technical Articles |
Wrapping the DOM Window Object |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/adadUsQHSRY/
Метки: Technical Articles |
Wrapping the DOM Window Object |
http://feedproxy.google.com/~r/justdiscourse/browsing/~3/18UPBStmVrk/
Метки: Technical Articles |