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

react and flux - Fix CRUD meaning

Closes #190.

59a46fdffdc178fecf5eb55a5677dd70a664f93a authored over 9 years ago
react and flux - Expand on decorators

Closes #188.

af93f4bdd42c37c2155a5b170aa1713fa9a7ae2a authored over 9 years ago
implementing dnd - Drop redundant data

No need to know whether it's dragging or not yet.

301c070eb4b5e39034f28d86acab8eeceadd35ad authored over 9 years ago
Tidy up

d0e7c0d07cbabfe6d535d2b5fe009616ef4a0e6a authored over 9 years ago
Set up `NoteStore.get`

This simplifies views somewhat.

Closes #184.

33fe4869a6658e87fa4ce0c9af59283631777813 authored over 9 years ago
implementing notes - Add graphics showing how delegation works

Closes #187.

44cb111fc0cead83e5df3bd9cb2d6dc08d00e935 authored over 9 years ago
implementing notes - Explain why `getInitialState` is not used and why `props` are passed

Closes #185.

d95bfcedc5a000d5347423af444e5717601e0c21 authored over 9 years ago
implementing notes - Remove redundant bits

Went a bit too far with some fixes (the state vs. state).

34a1855d08040ebe858520984d4bff28485265c5 authored over 9 years ago
Introduce `...` later

Closes #186.

f4979a3ac12a33dc454216e20935c01e3ff2a471 authored over 9 years ago
edited -> editing

This reads better as a state.

6872ce74ebb0712eb37d8bf9b9e0dc22c9224a5b authored over 9 years ago
Use `findIndex` directly from `core-js`

Shaved off around 50k from the build. Not bad.

b06e68e7fd66c284103921180062167bee5bff2f authored over 9 years ago
Use babel polyfill instead of `find-index`

The problem with this is that it bloats minified bundle 50k. Still, a
step towards better otherw...

ee084f87329e76a3182e2766ece07ac8f3190ff1 authored over 9 years ago
react and flux - Grammar tweaks

69a2df77a01bba9c818efc559f3cac831c8377e6 authored over 9 years ago
implementing notes - Grammar tweaks

e011311a52bae412aec325ff7caeded31f77699c authored over 9 years ago
Make `findIndex` parameter naming clearer

3b1062c61274ca40053ea2f8ab5bb07475b849b1 authored over 9 years ago
implementing notes - Add missing word

43f4b897d42bc34072da51fa39aa149299950f98 authored over 9 years ago
implementing notes - Simplify paragraph

e8e2ea8948dca9e433d7255fde7c709fc2e301a9 authored over 9 years ago
implementing notes - Add missing "the"

790028d449dcb4e850c0166f8f2fc0ff4ea8eb4e authored over 9 years ago
implementing notes - It can be -> It is

053c13aba3cf264603da790ba0b2a167b0901a59 authored over 9 years ago
Improve code formatting (Note/Editable)

feeb8af146f818917e0ff9e7963e5a938961e2bc authored over 9 years ago
Add comma after `In addition` when needed

There actually was a single case where it wasn't needed.

8bccd02788e9ccb4d4fee859006b03a5c728086c authored over 9 years ago
implementing notes - Simplify `bind` explanation

There's already a concrete example so why not to use that instead.

5bfe83597d731b0134dcc04d9dacd209dba00aca authored over 9 years ago
implementing notes - Typo fixes

0daff8db34409890d5f497d8dd7f4b59ad9a869f authored over 9 years ago
implementing notes - Rework a paragraph

More effective now.

1936d6b9f894b076df15573fa44775231b763ee7 authored over 9 years ago
implementing notes - Typo fixes

b62b9418bd61a760b08577288b9cddd0a4dcb77d authored over 9 years ago
implementing notes - state -> the state

7365ed269b263d983c28c8c3cb7eb7e16ca1ded5 authored over 9 years ago
implementing notes - Add missing the (2x)

72e6748e275484cb8e5595c3e3a2183caae732e8 authored over 9 years ago
implementing notes - It can be a... -> It is a

2643921a0e37796de1f46f7a53581562652601c5 authored over 9 years ago
implementing notes - with -> within

More inclusive this way.

d49ee1c606dc6f9e3a576cf399de4ca969ec7e00 authored over 9 years ago
implementing notes - Use italics for props to emphasize

ffa39a617e73d5c634df92bec6d85fc77ec77f32 authored over 9 years ago
Make sure only one editable may be open at once

Just needed to set `autoFocus={true}` for `onBlur` to work correctly.
Thanks Voycie!

3b67426815c95c6e7e61ebeb3385c9a1930ceed8 authored over 9 years ago
implementing notes - Rewrite for readability

It should flow a little better now and be easier to follow. Note that
`Note` `value` prop was ch...

af46ebe83085ffb3589da24859b5381757d26760 authored over 9 years ago
react and flux - Quality pass

Added better subsections and improved text flow.

f0013218f47887daa25422f2d4e9319c5795da5e authored over 9 years ago
react and flux - Rewrite introduction to Flux

Inspired by @Cryptolemming. Thanks!

Closes #182.

4697fd03b2fc4e2c83db149993a84780ca6e15bf authored over 9 years ago
react and flux - Add an image showing Flux dataflow

Closes #151.

082f926a37a9c47d5a9f0bd9dd51e4fb9851f626 authored over 9 years ago
Set up travis

This just lints the project source for now. Better than nothing.

59cddcd19c55b33fd795d498d8058687bf82b332 authored over 9 years ago
Use standard solution for `findIndex`

Closes #169.
Closes #176.

d4a8f393feec43dd376a8da64cc76ff36cdd3d87 authored over 9 years ago
react and flux - Mention `@connectToStores`

Closes #175.

41e34cd95e4951521cdd52f30c0af540e692e4df authored over 9 years ago
implementing notes - Clarify uuid section

I'm not sure if going to a great detail makes sense here. Better just to
let the reader dig into...

4644cc323f2beef32b37c354bc6bedf3ad381647 authored over 9 years ago
from notes to kanban - Mention why `this.lanes || []` is used

Closes #179.

3916e3e3551d8ed439a518c8d7423d251533b407 authored over 9 years ago
developing with webpack - Mention -S and -D shortcuts

Closes #180.

3e6088efbd992bf3d45db36829e78cdf733f997e authored over 9 years ago
Use better photos for parts

85a6617a2f15b7759fca99ed2fb26661b23f712f authored over 9 years ago
Set up parts so that site can pick them up

edece2b0f727dff4844ad516f4bc3b471df17be2 authored over 9 years ago
Drop TODO

Redundant.

14a4f95f3e3d1260b26f07de9bb52ee230098738 authored over 9 years ago
Attach subtitle to cover

de29d0c752c9c8e1c57dcdb1b635da489e4c659c authored over 9 years ago
Drop mention of asset management chapter

7fd5225613dc279bcbef8d23eb64a2dc8700a309 authored over 9 years ago
Drop drafts

By the looks of it most of this is discussed already.

a3b2b9b4d773df8815dc04e0f11dcf2ec41450f7 authored over 9 years ago
Format `npm i` parts as a quote

This stands out better. Harder to miss.

Closes #170.

d963bf20eafc1b9fa5def0cdabb2cb4c9291e42a authored over 9 years ago
npm install -> npm i

Just being consistent.

33d52ffc3cc8a2571eed3c24137faaa2ff582ad3 authored over 9 years ago
webpack and react - Explain why `--save` is used for the first time

Closes #172.

c90cfb03a9b964e65e903a6fcec69522790aa664 authored over 9 years ago
implementing notes - Explain how `bind` works

A little bit of explanation doesn't hurt as the concept might be new to
some readers.

Closes #174.

a41e0e816e1b01ee86121b169149b8f8161fac46 authored over 9 years ago
developing with webpack - chance -> opportunity

ace8574f5951ef97720ea255ee9650e64d294c26 authored over 9 years ago
Add @markholmes to acknowledgments

87914d2a62839c57bb00fb863a6886eb6f65aa1b authored over 9 years ago
Merge pull request #173 from markholmes/patch-1

Update 02_developing_with_webpack.md

6aa04b3c61672ba74d2e11f5e6cd474981d06f4d authored over 9 years ago
Update 02_developing_with_webpack.md

This line was a bit confusing. If the sentence is supposed to say change, then I don't understan...

c6c25ac15823653ca5f6a27f20533c2778f39052 authored over 9 years ago
implementing notes - Add missing `app` prefix to `find_index` path

de8216c1d123cd58fd20bbd1c5fd49140b26c94b authored over 9 years ago
Merge pull request #167 from hliyan/patch-2

05_react_and_flux - typo fix

e59d39661cdfd70292078b11e268670b0c9598e5 authored over 9 years ago
05_react_and_flux - typo fix

fixed: "if we wanted to do communicate with"

ee8ec460415b58ffe0bd144a216af8ab8ab0a091 authored over 9 years ago
1.5.0

1c5b4ad3f3d6d76c1558eded39ff9c8f24ace85f authored over 9 years ago
webpack and react - Expand JSX explanation

Closes #161.

e362a66ae116ced2d2d241bc50bd7a1f473878dd authored over 9 years ago
project source - Drop trailing comma

d557af2ab90d0dea58ac4d173fd5234f351e7f33 authored over 9 years ago
project source - Fix clean

Now builds should get cleaned correctly. Just needed to set the context.

c47cbd7dd0ecf99c36ee0963783d4de9eb9874a0 authored over 9 years ago
project source - Disable package.json lookup

No need given vendor bundle is disabled.

5742e60d780b7865fd6ceba0f102c3941614fcec authored over 9 years ago
project source - Disable vendor bundle for now

There's some issue with Alt (Uncaught Error). The strange thing is that
there isn't the same iss...

cda2344b00f49b21cda8e79de7ae7f868a687d7d authored over 9 years ago
Remove old scripts

21fa3d905c86763f147e035e7fc873f5e9db7dcd authored over 9 years ago
project source - Set up webpack based demo build

Still need to debug this a little more.

63b06f1fcc74a4ed9b818ec069d536d70faa488e authored over 9 years ago
webpack and react - Push initial jsx commit to dev target

This simplifies the examples a lot. No need to make weird moves.

a8a1d6af785c4d9d1172357acd1dca1b1b5d3ed7 authored over 9 years ago
webpack and react - Drop a trailing comma

4cb6352a468bcadae6c199bd045bc077e2dd1c74 authored over 9 years ago
Mention that `component.js` can be safely removed

6120fbaf27c8b44f5a560bdfce6cf4cdc17bb07e authored over 9 years ago
webpack and react - Add nicer sectioning

d1f9bb2bbcd3e64a3cb12dd902ba17cb84394115 authored over 9 years ago
project source - Set up build paths

Still need to run webpack against each.

84fe7694ce7eb8da552118e008c85528b9a300f5 authored over 9 years ago
webpack and react - Remove redundant peer dep mention

This is already explained in the previous chapter. No need to repeat.

292ea1dec90ef6a009d6c0cecee178002ae9fa12 authored over 9 years ago
Add @hliyan to acknowledgments

bd2f92da6475a666eb764e8ed0d8d96134f564c1 authored over 9 years ago
Sketch out initial build script for projects

Still need to add some webpack logic to make this work.

13262455882e55813cca3650224684544cd9c880 authored over 9 years ago
Bold Babel stage

It is important to give this emphasis. We need a style guide...

7a62be26db80bc6159d23bcbe71b22d2efe0e036 authored over 9 years ago
webpack and react - Add missing "it"

bfce7185f9ad9dd36a6ad4c7710b33188258d3ef authored over 9 years ago
developing with webpack - Drop redundant paragraph about linting

7d892fc76f32a740663575fd4137ef66b11b7fd4 authored over 9 years ago
developing with webpack - Remove redundant webpack-dev-server parameters

No need for these. `devtool` is set explicitly later in the chapter and
content base doesn't nee...

553d4564223eafbb7c1f907da84a87a3ee68c00e authored over 9 years ago
developing with webpack - Simplify entry definition

Now it's consistent with the rest.

cc87e374ce8d3c91b3c71d8344ad745a1a7087a2 authored over 9 years ago
Merge pull request #162 from hliyan/patch-1

05_react_and_flux.md - typo fix - 'goal' -> 'code'

06d7e4ffe87b24ec13d577064aeacee23dd2139b authored over 9 years ago
05_react_and_flux.md - typo fix - 'goal' -> 'code'

"minimizing the amount of goal written"

ab3b727ac8a197896866ec28be0e38656570ccec authored over 9 years ago
webpack and react - Clarify JSX and drop fluff

9ecdf77914aaea1a9f759fd95463aaa00619a5cd authored over 9 years ago
webpack and react - Simplify intro

Removed duplication and made this more consistent. Closes #155.

ae7858aa19892740746a1b6e4d63a8da0e01ce36 authored over 9 years ago
Merge pull request #158 from survivejs/build_restructure

Set up a separate chapter about building

This improves book flow greatly and simplifies the f...

26ae839fa96bd6920f8cac0ad33c054ad83a788d authored over 9 years ago
developing with webpack - build -> dev

dfb8b935eca84d482e5afd75a2d0ca93574ea811 authored over 9 years ago
building kanban - Push build branch completely to building chapter

The same idea works for testing configuration branch and such. No need
to split this up.

8d784402439e8b7e87e3fff3009c52aee31fcf4a authored over 9 years ago
developing with webpack - Remove extra newline

dcc1fe5a1713521298f4e510f956802d14adc7c3 authored over 9 years ago
Remove a trailing comma

Need to set up a pre-commit hook for these...

1d9a30c87dc4083c9c980178d656298a838aadb4 authored over 9 years ago
building kanban - 1.1 -> 1.08

1cd17dd14543a8ad24c80914abb26f525c9d9a76 authored over 9 years ago
developing with webpack - Introduce `html-webpack-plugin` earlier

This way there's no need to drag that annoying `index.html` around. Also
got rid of manual creat...

eacc12010a432cbc6d9af93bc95054c57ca93f55 authored over 9 years ago
developing with webpack - Set up `devtool` at config split

This removes some redundancy from "Building kanban" and simplifies it
further.

ceee8421f44a80c5668069443f4b5c16500e07b1 authored over 9 years ago
developing with webpack - Push `webpack-merge` earlier

Now it's more balanced. "Building Kanban" was too long and this chapter
too short. It's better now.

80efd04dad9f1be8da2103a6164ca06036403d9c authored over 9 years ago
building kanban - Read vendor deps from package.json

Neater this way.

fe8f366679046612556fa501fd35e524d22010e5 authored over 9 years ago
implementing notes - Remove redundant import

This becomes redundant as `Notes` as added. `Note` is pushed there.

ccdeb587fcc90b63eff504ff6c7ff555ce211c72 authored over 9 years ago
Remove a trailing comma

d397079cc0da27f9639d977605485160a5575737 authored over 9 years ago
developing with webpack - Add missing `javascript`

51a6eccd63cd52c25fe0d751fb371196296833aa authored over 9 years ago
building kanban - Redo conclusion

d1617516a8369351bfe80ff13a01cd41f103b3be authored over 9 years ago
building kanban - Explain alternative configuration approaches earlier

7826658964c4454a1c7c86aa11cf3206b98d69d6 authored over 9 years ago
building kanban - Push JSX configuration earlier

Just realized it has to go pretty early. Small thing but it's not nice
to have hot loading bits ...

b6211281c693c0a113f648f7142c938436a824b7 authored over 9 years ago
building kanban - Split up jsx configuration

fb0fd63ae0d707f97087882167eaafd16cdd62a5 authored over 9 years ago