-
Extra reading: https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0#.8e28rxk9a
Especially when using with redux, almost all of our components should be "dumb" -- that is, just take …
-
See https://github.com/creationix/nvm/issues/303
Should our readme cater to people who don't use more well known shells like bash or zsh? If so, we should tell them to install `fnm` instead, via `fis…
-
Right now, we just report every location change as an action, and no action for actually navigating.
We should make navigating an action, and optionally the incremental typing in the location bar may…
-
We are currently working on running our unit tests with xpcshell because it would be easier to integrate when we merge the experiment back.
We've made a lot of progress in this effort. We've made it …
-
Moving the NavBar to the top, and TabBar below, and moving buttons around to match the mockups. TabBar will eventually be hidden like the mockups and revealed with the "Pages" button.
Working on this…
-
Collected by F. Lomer in 2013 in the Tofino area.
fide http://www.env.gov.bc.ca/atrisk/documents/Archive/2014/2014VascularPlantChanges.xls
-
https://github.com/typekit/webfontloader
Added as dependency `npm install webfontloader --save`
`main.js`
```
import WebFont from 'webfontloader';
WebFont.load({
custom: {
families: ['Montse…
-
The way `build-config.json` is now written has changed. If a property is missing, it's not overwritten as `false`, but the old value is reused.
-
In bedrock the site url is site.dev/wp/ but the home url is site.dev. Navwalker was adding /wp/ to second level nav items due to `get_site_url`, I switched it out to `get_home_url` and it's now worki…
-
This service has been very popular since it came out late last year, and is used by a lot of open source projects.
> Greenkeeper sits between npm and GitHub, observing all of the modules you depend o…