Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/survivejs/react-book

From apprentice to master (CC BY-NC-ND)
https://github.com/survivejs/react-book

webpack and react - Clarify the jsx extension statement

Apparently it works with isomorphic setup after all (temporary glitch?).
Still, it's a good idea...

be5759166626a25bba2441d39d870c5e46cd36b4 authored over 9 years ago
Push `itemTypes` below `./constants`

They are constants after all...

ee58d230227ce266965cd5d8f7f03aa09d18586d authored over 9 years ago
building kanban - Document webpack bug

87fe3fae5b02c68bfa83c6cddf9a956d2e1ae197 authored over 9 years ago
building kanban - Attach `chunkhash` to styles + enforce plugin order

732d377c825d62a6dd849474f003ffd6cf4f5065 authored over 9 years ago
building kanban - Grammar fixes

f7bed53e174c6e532ff69b64592b1bb984d06aa6 authored over 9 years ago
building kanban - Simplify "Cleaning the Build"

8360828daa481973fdae96ecc6eed00ce71bbdad authored over 9 years ago
building kanban - Grammar fixes

df6fe77057864385467db3422b5e83e399151991 authored over 9 years ago
building kanban - Rework the first half

Expanded on splitting bundles and so on.

f1ceda8dea0319e8ad3a8bd8bd7846efec9b50ae authored over 9 years ago
Merge pull request #233 from stevepiercy/dev

Grammar fixes

e80b15281c7566bc19026030fd0792d26565fab8 authored over 9 years ago
grammar

934e3b06158014e5997edb93175c88890212a011 authored over 9 years ago
grammar

2827f6bca5148c2662565ed179656ae705b4846e authored over 9 years ago
grammar fix

5eccc9b6f26cd8bea2f952bd9610923194b72e54 authored over 9 years ago
grammar fixes

ddbea7a613ae829bdce06b6c7a377c7d8f7061ca authored over 9 years ago
add missing "the"

1ebc4750224b6fe86ac81d60af8b8c4326eaff4c authored over 9 years ago
Merge branch 'dev' of github.com:survivejs/webpack_react into dev

8b471dfd814e38d7cae873fe714da09869eff736 authored over 9 years ago
from notes to kanban - Add extra filtering to `NoteStore.get`

This protects against possibly corrupt data. Related to #232.

deb3b46f5b385c63103204cc3350ff2d9cadbe18 authored over 9 years ago
styling react - Mention Stylus

Commonly used enough.

7b84db368d8d19cfcb1a6509e5b164691c57e25b authored over 9 years ago
building kanban - Explain why `NODE_ENV` ifs are used

41ee361a06c91d6277f299336853720ea7df06b8 authored over 9 years ago
building kanban - Mention that isomorphic setup can work for dev too

4de3803b44fe73600763cf1ac117c8539164cd58 authored over 9 years ago
Tone down "nasties" and "bads"

Improving the tone.

de502b6795f5cbe1f73bdd31a6ec6f7ed9a36565 authored over 9 years ago
webpack compared - arbitary -> arbitrary

Thanks @mpr0xy!

Closes #231.

e1f465a12931543a7ac073a34d0308d6d0627b22 authored over 9 years ago
implementing dnd - Rework "Trigger `move` Logic"

484e0b7a14180083648bc76ec7fe5798ea9f094c authored over 9 years ago
implementing dnd - Fix grammar

Missing commas, *the*, etc.

7c8db9470a16ee7911b0f90fc497c575908ad1ac authored over 9 years ago
implementing dnd - Add missing braces to a function

Consistency++.

435b610d66b7d0375508a8335157c5af94ab532f authored over 9 years ago
implementing dnd - item_types.js -> itemTypes.js

This is consistent with the rest.

8b4300168319efab18064d8351915ed08f4b215f authored over 9 years ago
print -> log

156ea27e5aba6e0919f212797b1b5db0dcf13b0d authored over 9 years ago
implementing dnd - Add a missing prop

0818159a2d9dd91d085d870bd9e446cbb353a493 authored over 9 years ago
implementing dnd - Improve flow (2x)

3901d91b2b8690c920b663b9e8ee5ec8d4a52178 authored over 9 years ago
implementing dnd - data -> id

a1dbe066696ff09cd29225cbca87692f15d01a09 authored over 9 years ago
building kanban - Remove extra space

abd6b82df97dcaa6025649881343afc1d7df5dc9 authored over 9 years ago
implementing dnd - Pass Note ids instead of generic data

More accurate this way. Simpler implementation (no extra lookups).

ac54ad6ecb0d6dd47053193e85dec2f55f031ec9 authored over 9 years ago
implementing dnd - Improve flow of "Developing `onMove`..."

71dcc90ae296b0930fb7960f551c89e0164b878a authored over 9 years ago
implementing dnd - Expand "Allowing Notes to Be Dragged"

Now it should be clearer what's going on and why.

ce50ba6acbb483744a7da6ba8830d5fa7ccfea5e authored over 9 years ago
from notes to kanban - Link to object rest spread spec

Thanks @ming-relax!

Closes #227.

f33585f81d1fe03d6891d70c1e4c9aa9636a96da authored over 9 years ago
Drop `cursor: hand`

Not needed in modern browsers.

3e7f8e972eec33fd16cc002f52d1ea801e34df9d authored over 9 years ago
implementing notes - `Note` -> `Notes`

Thanks @montogeek!

585ce42104c0057b051c9fb05f309d08464b2fa7 authored over 9 years ago
building kanban - Document `html-webpack-plugin` gotchas

356b3ba25f0f70de365738209dbce74df03aa86a authored over 9 years ago
linting in webpack - loader -> loaders

This is consistent with the rest of the book. Better just to stick to
one definition.

acdce36cce94821262d9991bf97082f173d19e0d authored over 9 years ago
building kanban - Convert Babel config vars to const

Imports are still in old style but that doesn't matter.

2a4b9b161d35a34bf92fccb05aaec0f935e85743 authored over 9 years ago
building kanban - Extract app title to a constant

4b5ca04f6be8b4dae59bee174425e14c25affdf0 authored over 9 years ago
linting in webpack - Mention EditorConfig

25e4eeea10e1c551fb2b0c276f2468afeb480421 authored over 9 years ago
webpack and react - eval -> eval-source-map

Better be consistent with the previous chapter.

Thanks Steve!

6037916139bcd612f588b5411f1d66be23237190 authored over 9 years ago
equal -> equivalent

ad821b44a4e0e1cd4b13a88d862e4623cfa61cd4 authored over 9 years ago
authoring libraries - Add missing commas to lists

d6464844e21cf6f0d7eb5172db0a9c7e8179da0c authored over 9 years ago
grammar fix

5a28d34cec5a9fbedc82757aee010edb88935be1 authored over 9 years ago
authoring libraries - Drop mankees mention

Better just to stick with npm-check-updates. That's more than good
enough.

64f6eceee001cf27680690dc16450b96f1288415 authored over 9 years ago
grammar fix

d8c46fbf2e90ad423e9169fe733c5ec671e14780 authored over 9 years ago
linting in webpack - Push linting configuration to common

It makes sense to execute the linters during all targets by default.

2b2d70260ba4c0e8490c6f4e13485bbe6cef4a6f authored over 9 years ago
linting in webpack - Clarify csslint section

Better flow, simpler configuration.

6fa8a652d51e937f81a324e9836eaea10b57ad8f authored over 9 years ago
linting in webpack - Simplify jshint section

4d02ec7f9b2f90ba0709eedc94aae2d8bf4baa0e authored over 9 years ago
linting in webpack - Rewrite intro for clarity

524d540961320dac5921566d9dac0184f9efb664 authored over 9 years ago
linting in webpack - Clarify eslint rule number explanation

Mentioned also that there are more rules available for
eslint-plugin-react.

e3f191121ecaa6c0cb8c23fe610cc7f16936fb7c authored over 9 years ago
linting in webpack - Remove redundant comment from eslint loader

This works in Webpack now so we can refer to eslint loader by name.

fe605bd1f748da8d033323fa159ac357c51d3b11 authored over 9 years ago
grammar fix

ab6773bebd137bd5d4b761a454210ec74428f9cf authored over 9 years ago
Merge pull request #226 from stevepiercy/dev

minor grammar and punctuation fixes

79447e6959efbd3350c58e25f279170b998c393c authored over 9 years ago
minor grammar fixes, expand pronoun to proper subject

3aa453742c63bb5cd6c23a317df97bb4ee42e590 authored over 9 years ago
move the regex to end of sentence for better readability and flow

4f977880ef6907e70d886c02ac8efa3a82fde2fd authored over 9 years ago
Merge branch 'dev' of github.com:survivejs/webpack_react into dev

07b6ebf7cd2d411208e47ecfb26696228b63910a authored over 9 years ago
minor grammar and punctuation fixes

dbbca935db1eb60cbecbdbfa8968b304ba2cd23d authored over 9 years ago
implementing notes - Add a missing word

02553ff7702cb51c1f905587f07daafeabe05bfb authored over 9 years ago
cli -> CLI

31eba12e94750dee83d73ab1daa2a088d85e2ec1 authored over 9 years ago
Merge branch 'dev' of github.com:survivejs/webpack_react into dev

45b5a30c7a046c7757fe55fd99134e6f58686a9e authored over 9 years ago
Merge pull request #225 from stevepiercy/dev

Hot Module Replacement not reloading

6efe5bbae93cadcfffbbfd2728b05fdaf305ce08 authored over 9 years ago
grammar. add some context. add a note about loaders, since it is introduced with an example for the first time at this point.

d6ec6a2e34277b42bd9b0ce13cb573b56f1043b7 authored over 9 years ago
define term "CLI", change to upper-case, use thorough reference terminology

f9529e43fadb0e05131ccb0956a59603df96b98b authored over 9 years ago
Hot Module Replacement not reloading

7ff5a14657cb39fc4a5dd41be759029aef7c175a authored over 9 years ago
1.7.6

6c2be0cdb1e6a5d42e8e38a32c87191e15403bbd authored over 9 years ago
building kanban - Drop reference to `process.env.TARGET`

This should be `process.env.npm_lifecycle_event`.

70c96a7a19bb53b82554d588168833f326c6a0de authored over 9 years ago
1.7.5

9a125f4952b377aad106644cf2e345d214c20f64 authored over 9 years ago
from notes to kanban - Add screenshots

c35f42ade8845ec2b31276f077b6082de8c522e3 authored over 9 years ago
from notes to kanban - Add missing the (2x)

4f162f6ca1ed1b74f3aeb5232f082a9c8389cbed authored over 9 years ago
from notes to kanban - Add missing formatting

93072ace17d284c8721669e5b7ad2356c63162ae authored over 9 years ago
from notes to kanban - Make sure `get(ids)` respects id order

There was a regression that lost the order. Now it takes the order in
count while being a step n...

4f62dfe17865a522a3fc0207805c88431efa5089 authored over 9 years ago
implementing dnd - Push `ItemTypes` below libs

It's not a component so better push elsewhere.

06594c95b31d41c3e28544c8ecb267bcebd6e990 authored over 9 years ago
implementing notes - Add screenshots

50039350b341c1033be16be930e14abaf53a8cb8 authored over 9 years ago
webpack and react - Add screenshot

b4e36855c371b603b8da322027c5874c89f7a6e7 authored over 9 years ago
webpack and react - Add missing "the"

db4d6446d8e6325ae3419a5e5f96f1ddcef35f55 authored over 9 years ago
developing with webpack - Add screenshots

9c33111913d50e1ef67aa5551f1839cdd14a1628 authored over 9 years ago
DOM -> the DOM

Note that I left Virtual DOM bits unchanged as I'm still on the edge
about that.

5814809fef3ba84908b70e70037a3e3409b20416 authored over 9 years ago
developing with webpack - Quality pass

Grammar fixes, improved flow.

3f574ffbd88de4ac1bd84723abee8dc1824b293b authored over 9 years ago
styling react - Mention gajus/react-css-modules

Thanks @gajus!

178cc46062e69787a024850a2c82751f31ddfff2 authored over 9 years ago
styling react - Clarify CSS Modules section

87dbb5fdec08054558890c4077f7361ec656772e authored over 9 years ago
implementing dnd - Quality pass

Better flow, fixed grammar.

290eedb13fc00268c300f1187e578509bc1dbcb6 authored over 9 years ago
implementing dnd - Clarify `children` bit

ff3963f81c4921ad3bdb063be45bb09ce33d2211 authored over 9 years ago
implementing dnd - Redo intro

a485149232c43a736db0ab4e03e07f2b509544aa authored over 9 years ago
authoring libraries - Allow empty dist commits

dceda8ce717f717c0dcad7760c2b782bb96cada9 authored over 9 years ago
from notes to kanban - Remove extra newline

c0617acaca30144a5a65b4e093a81e44af2430eb authored over 9 years ago
from notes to kanban - Add a missing comma

1646c7dabe951fb030ad7dff3ce20a7f227aa57c authored over 9 years ago
from notes to kanban - Add missing :

ee3d2aed4380c6615f42f146f9340f94397e72eb authored over 9 years ago
from notes to kanban - Rework Editable bits

Easier to see the changes now.

01b3c5addde5e98ed183929c4212688394a38e96 authored over 9 years ago
from notes to kanban - Simplify alt designs and push to conclusion

4d0f8f6887d3c889be37dac98b96bca018face6a authored over 9 years ago
from notes to kanban - Expand explanations

Also found a nice way to simplify `NoteStore.get` a lot.

5290161979690fc8fef7c7c53b6ff2cadbc98337 authored over 9 years ago
from notes to kanban - Expand on "Making Lanes Responsible of Notes"

11426e915f2059efe736c03c8e25263da7c8f796 authored over 9 years ago
from notes to kanban - Add a missing backtick

5fff2fa677149a4d589604d0c90a5ddd31b4e1e1 authored over 9 years ago
webpack compared - Add JSPM

Better mention JSPM.

8441725c1fc68b60b53b1e86d4d5d8635885b3c8 authored over 9 years ago
webpack compared - Add Make example

ebc63a28749db3c74dcbc788dc7c507212529e2a authored over 9 years ago
implementing notes - Apply `display: inline-block` to note span

This way it gets a minimum height. CSS fun.

6a673a5a7891e011ff4c9b347170866c76055c08 authored over 9 years ago
from notes to kanban - Make "Modeling Lane" more approachable

Difficulty--.

d9a906a4aaa5e5f232e2ea2e51655414cc70a97e authored over 9 years ago
from notes to kanban - Add missing `the`

e139e8971784f52873dd09353309db84f8cc8a6d authored over 9 years ago
from notes to kanban - Explain Lanes -> Lane -> Notes in the right order

This makes more sense.

20040522d30884898cdea9624619b70a6998192a authored over 9 years ago