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

Merge pull request #383 from deepak/patch-1

Add link to Object initializer in implementing_notes

61b7b8ccdd64d557b7a6af77f7f2930bbac31f6f authored over 8 years ago by Juho Vepsäläinen <[email protected]>
Add link to Object initializer in implementing_notes

79f0ebc0e6fd1ec78958a2b56be1743b242ae7fb authored over 8 years ago by Deepak Kannan <[email protected]>
2.1.0

f96bcf529afee8fb0d28c0a09eb4c52d3c31e77e authored over 8 years ago by Juho Vepsalainen <[email protected]>
introduction - Bump book version to 2.1.0

10483a959bbb53aca0dffe178df3e2494f04f41f authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Mention `eslint --init`

68e19744285222796c90e3e6cc8871f64733ccd1 authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Drop JSCS portion

JSCS merged with ESLint and reached end of life so de-emphasizing it
now.

d4e1e92aa351c4f45609b61b76a0a6b8648375b8 authored over 8 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Fix Babel experimental feature link

Thanks @deepak!

Closes #381.

17905c6e4ba1540bda0182b4288c208ce8730ddd authored over 8 years ago by Juho Vepsalainen <[email protected]>
styling react - Use the right `className` syntax

Without `'s this won't get interpolated.

9078814079d94a960e699447aa14a7d32ad179dc authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Discuss what to do with hanging note references

This bug could lead to a little feature known as the rubbish bin.

c7720b8008d0355704e4f957db622e41dc03a5d1 authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Separate `Editable` styling to a subsection

8d281e57b4d126d891e23ac82042d644bc84b51a authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Push controlled vs. uncontrolled components to a section

It's easier to discuss the basic idea this way.

4439f47fbb37c0e417fbb06f6b388ac1884f6197 authored over 8 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Expand on the ref idea

Refs could probably use a section of their own. Perhaps this should be
split up.

a5d4e20bf2c8406686d20302e4cf8f0bc9e36ba5 authored over 8 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Clarify spread operator idea

29003376a7eb8212ab95dba5b80e292c987513d7 authored over 8 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Mention potential `postinstall` gotcha

cc56cd217d63ae3b8ba8c94500dacf9784a9a837 authored over 8 years ago by Juho Vepsalainen <[email protected]>
styling react - Link to Glen Maddern's article about CSS Modules

8254882d470baa2e3da9d9ccf74bf062e7af6a8d authored over 8 years ago by Juho Vepsalainen <[email protected]>
react and flux - Document `stopPropagation` better

Also fixed a little glitch at the proptype example code. `deleteNote`
wasn't up to date.

1c407872057c05ccb8f22a7b27330f013e2781a5 authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Document `|| []` idea

c050e8e99f9dbdc0887a2ea68157b28e1e3b0e73 authored over 8 years ago by Juho Vepsalainen <[email protected]>
styling react - Drop `classNames` from CSS Modules example

Thanks Jimmy Jia. :)

9fa9bd943b809b67a76f52e7864a8d9484ae77b7 authored over 8 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Clarify React component styles section

384b004edc8fa73d263f89b8dfd91d3e3766a9e5 authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Mention that ESLint *fix* can be used with Webpack too

cdb3ea32ffb2a70a39297b5397048da854b93162 authored over 8 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Improve wording

3e0fc16bb9359d1e98965467d5c8cb57c09f4260 authored over 8 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Push react to a peer dependency

acae7ae32713a0b5a3af59edc92a406e93663a13 authored over 8 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Note how to include rcs to version ranges

128671e8f1ba48ae1c011d7cbbfe924d56a9c17a authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Note that *npm run* can be run anywhere

745e5ad8fea4bdf10ae1861904906e1eabceea37 authored over 8 years ago by Juho Vepsalainen <[email protected]>
language features - Mention that spread is shallow

9a7cdd0d25ac595337ac56ba201104254b8cf9e1 authored over 8 years ago by Juho Vepsalainen <[email protected]>
troubleshooting - semver -> SemVer

eda0ca526a6c24269bd79107e38801b103793407 authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Mention `--save-exact`

75d02f9b0cc845fdd0749bb00fe67213f06618ec authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Note that ESLint supports multiple configuration formats

a30ea76a46929afa56158551d2fcad64225f2c89 authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Mention nvm

7789288a68c041943521ba41c379b09bb4fcf98f authored over 8 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Explain basic component patterns in greater detail

71281060b59c7b1ed62063d0a6f11136ef0e5776 authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Install eslint as a development dependency

Better have this at the command.

07e14a30c0b56411cd646ed9ca7b4e20a0b49463 authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Show how to cache/ignore with ESLint

dcb5e0bb9e96d57253cacae4521cf970c26c7106 authored over 8 years ago by Juho Vepsalainen <[email protected]>
implementing notes - `e` -> `element`

Clearer this way.

d17581ae352c36a57aace89c76bfa75a38470b79 authored over 8 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Mention `bundledDependencies`

0b7231f79239bbcf342aa93683f3de6a08360ff2 authored over 8 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Mention *npm-check*

3104108494580b9f58aed8219832ba1a0ef647f7 authored over 8 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Mention shields.io

8922885a8d84cc9dac9fd09abc219d6e598e1cb9 authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Clarify `!TARGET` idea

fb3829412be14e599cf218170e0f8009d8426abd authored over 8 years ago by Juho Vepsalainen <[email protected]>
language features - Mention analyze-es6-modules

acc2966a8d86ff7c2b19636a0744b8cdd0fa08cc authored over 8 years ago by Juho Vepsalainen <[email protected]>
styling react - Link to postcss.org

67c359d7795f1684bb5fc882c09bde0d16f7c9bb authored over 8 years ago by Juho Vepsalainen <[email protected]>
styling react - Add PostCSS image

ec3da0e4c827f04b30dd14fb4b2d8927e519e1e6 authored over 8 years ago by Juho Vepsalainen <[email protected]>
webpack compared - Mention Fly

b9668704702913c88cf7c2f7318124adce716669 authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Make ifconfig tip more specific

ce0220b2a98b921afe34a6922c5b900e0866cd07 authored over 8 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Push sourcemap warning earlier

2268f85336e8fd6fdfa00597c36b701aa0371aa6 authored over 8 years ago by Juho Vepsalainen <[email protected]>
implementing dnd - Make `Note` part more definite

e0b58c346e117f9f2aad7cab691765af9d7accac authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Clarify `waitFor` bit

bc29921176bf2f12c57230b0f5fd8ab2e6908a3f authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Mention about LTS

9ca0d1777a55f883ec6063a5aba00bc3c9f7432f authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Simplify Windows polling

Mentioned that this applies to Vagrant too.

218738e9465a4bbfa37bc7134f3d3085b9d4ca30 authored over 8 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Note that *component.js* can be dropped

a8e6a920f85dd401b50d2ec78497a45527c3e431 authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Point to the language features appendix

This way readers can dig deeper if they want.

dada9030e8e7a911df740967649a7ffe7f552757 authored over 8 years ago by Juho Vepsalainen <[email protected]>
language features - Add example of fat arrow without ()'s

22954c0b73e86cc2d93930d9cf974bc683a41c49 authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Explain `activateLaneEdit` in greater detail

256e765c849d05aefab404406609f5f6415a7181 authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Explain `onEdit` and `onValueClick` in greater detail

aed1ad75813107b699616f918461ea0d2a193130 authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Clarify *npm run* idea

Closes #379.

f65231b7d867320a0ad01d8b832147ad03249f64 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #378 from GimYoungPhil/fix-menuscript

developing with webpack - Add missing comma

7007e32b845e443be64817d0651ff51e40412905 authored over 8 years ago by Juho Vepsäläinen <[email protected]>
fixed 02_developing_with_webpack.md

"build": "webpack"
->
"build": "webpack",

12f723570aa6106e2f9fae1ea7acd09328911ba8 authored over 8 years ago by GimYoungPhil <[email protected]>
2.0.8

83074c45b30f313557f136744f038a4696f15f58 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Bump version

476f9c54c826198f734a116dc579e1dc546752e6 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Split paragraph

3e0c1a2229a720a7c41fef0e7033bfa5bfb53c8e authored over 8 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Drop redundant `Note.jsx`

This comes back in the next chapter, though.

Closes #374.

e44c69e01b63e2ec6bdfe0b1254d70b357a1d4d5 authored over 8 years ago by Juho Vepsalainen <[email protected]>
introduction - Add @pugnascotia to contributors

5319b2a171df587a7d39142dd7bb319c646e7de7 authored over 8 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Drop extra line

Thanks @queirozfcom.

Closes #377.

d6ba06e45e6f1599b2aa94e16fe9f34f22acaad7 authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Fix typo

Thanks Blake!

8489e9d68e5cf913a1d6a780fa413820d4724724 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Fix jshint sample webpack config to support JSX

dde8112796166751d623d4a2cc2839ed84d93c60 authored over 8 years ago by Rory Hunter <[email protected]>
isDragging doesn't lose it state anymore.

This seems to work without the proposed fix at least with react-dnd 2.1.3.

c77e6340a79d4ad2773cf67fc3bfbaf6bcf183dc authored over 8 years ago by Toni Laukka <[email protected]>
Fix Travis

a5ed323dc7d6aadaf89eb7b50e6bbd55c5266525 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Update travis node version

8d4f1fb9fd2fd1e6fed999458fb56c89170fb2a8 authored over 8 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Warn about "safe save"

Thanks @gkedge

Closes #375.

99036bd938f2cf0e35637e015cae881846901562 authored over 8 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Add missing "to"

Thanks @blakedietz!

Closes #373.

42a0fe5b030bb408ce3075f3eee96965f73ead29 authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Simplify element creation

There's no need to create a parent anymore.

Related to #371.

0c19e26f037a78e21afee3db8f07b1de65cdec7c authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Clarify build output related statement

Closes #367.

30e70a778236ba0380ce9ed7ac1a1fcc3979b3ca authored over 8 years ago by Juho Vepsalainen <[email protected]>
Add @tonilaukka to contributors

5c8c64a99b45555d0f154e6dad8e58a1b9e9e962 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Drop `isDragging` check from code too

b6d5bb2dedf376271b41e583f524c9990feafddc authored over 8 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Mention how to generate production sourcemaps

Thanks @queirozfcom!

Closes #376.

062aa7416ec22558c6ece1cabfbfb239d347d4b9 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Push markdown link checker out of the project

212e6694f13decacd1210caa39d672829beb2167 authored over 8 years ago by Juho Vepsalainen <[email protected]>
Drop pdf generation bits

Apparently this doesn't work with the current version anymore due to
formatting. Better drop thi...

f614f0db8a1a19ba253486be26629bbfb772f171 authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Mention *babel-eslint*

Thanks @Splact!

e1a80524d4ce9ba5197de0ee24f84e7ef1c99ab1 authored over 8 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Skip quote check for jsx in jscs

Thanks @Splact!

2627315dc0990bd8bc1dc84db49b0d3b65a618d1 authored over 8 years ago by Juho Vepsalainen <[email protected]>
2.0.7

a4ce39d8ebd56d33318575ed32dd4b394c44160c authored over 8 years ago by Juho Vepsalainen <[email protected]>
2.0.6

fd174f73c998d96586acbc0c9ea47d497be71b3e authored almost 9 years ago by Juho Vepsalainen <[email protected]>
Update book version

75aa1462cb376777b0a55b503f39ad64ca9f66e7 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
Update Amazon errata

b980a840ad392f57e9aad67b6206699388a3bbbf authored almost 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - `NoteStore.jsx` -> `NoteStore.js`

Thanks Maria!

ee5b1e389501b73e42feef56a8353d87bec5a533 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Drop redundant template

This isn't needed anymore.

98607c37e8c32a1cfdaa5a5d4ccfbd7d0bc0ade2 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
2.0.5

68d18c6e6e4c169549ef080b7bbffd9ed4918f19 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Bump version

f3b8c251c7c01eaefcf0e2bee770ff8bee497c30 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
amazon errata - Mention event bubbling fix

9c29b7f04b6b0a64fe69a7da3a54c329213a54f3 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Avoid event bubbling on `deleteNote`

This can cause interesting behavior in certain browsers (ie?). Instead
of deleting, it could tri...

cc303957533c0fc702690c81ef9273203e49d220 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
Drop site header images

These belong to the site, not here. Originally the plan was to use these
at the book somehow, bu...

d8a084e9acbde35a289e47aa035957b9a5fdb516 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
2.0.4

629c37c2f8910274abcc61aefe61a243f9726870 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
Update Amazon errata

0600d41d3a23158d846a6bb7299c5fdd252497e2 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
Bump version

779e6412463df553a994c60b78a9e4e2dcce2d3f authored almost 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Add Tetsushi Omi to contributors

0c1bf1328fa8e66e21d73b35762b7f669ef96938 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
implementing dnd - js -> jsx

Thanks Tetsushi!

4b0e70e67a3088f08514b396fe9999ee30cf1c97 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Add missing `inject: false`

Thanks Tetsushi!

f6f08ba397c710ad6ee9c5197852509cc2d355a9 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Add @derek-smith to contributors

e3a94fa597d7148f90737c5b34ed4165a5052eeb authored almost 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #361 from derek-smith/patch-1

webpack compared - Add missing "that"

0794521cff2830357f3be96bb3250d5e99512f27 authored almost 9 years ago by Juho Vepsäläinen <[email protected]>
Update 01_webpack_compared.md

Add missing word

f2663f625f9a56182ad5e2ea14f77ac375533036 authored almost 9 years ago by Derek Smith <[email protected]>
typing with react - Drop Flowery mention

Not needed anymore.

Thanks Jeff!

1f4d79b2161f6eca8c51719ecddc2736703fd4b1 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
2.0.3

80f1ea1a79f7deecbd7a2f04e6960101a9d59186 authored almost 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Update version (minor bump)

e49ae4285741fe9fefd218867ced679d40d6c883 authored almost 9 years ago by Juho Vepsalainen <[email protected]>