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 - Push Kanban specific features to a preset

Less code, easier to set up.

2087b312216414539dd2e08f37324115e05a1c9b authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Mention the necessity of `setState`

Thanks Christian!

d45bc1878f4ef750e7f4fcccd7d561fa2846f7a6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
2.0.0-rc1

9e925e77702410c1e7a5c7dcbee0971e493e7e5f authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Update version

df54d07309d960aa7156b5881ff33b3524b283d8 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Link to *babel-preset-react-hmre*

ca799a938749e42efaf692a768e36d82447e0e2f authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Explain *webpack.config.babel.js* in greater detail

0a7ee6145da768e266c1e9577e7e6e7b248c72dd authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Add missing spacing

34b116a86d7e10582a781b55e6936057d60b2b93 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Improve formatting

47e76127c14732c0ff1f8430c14a26545d1bdad6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Push dotenv tip to a better place

08444796af68356af5e636efe261cee165c982c7 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Add Windows specific webpack-dev-server setup

The default one doesn't apparently work on all versions so an
alternative is needed.

a1253cfa26472691917517ff56b78c89793d7d3a authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Mention irish-pub

This allows you to preview your package files before publishing.

cfad51f5e94013df459a46c439f6ad1cb56140e6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Simplify deployment setup

gh-pages has a nice little CLI now.

a1c6a00a2b127b6c7120ca0662bcd966b1d7f295 authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Improve formatting

9b4e250504af4366e497a8ad3e48bc1a072b4a98 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing dnd - Improve formatting

4934f81269667b1b651cdf9931429e8c37c1c951 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Add missing "the"

de7300173e3de951917c5154023b1ceff48882d4 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Improve formatting and make sure code examples are good

`Lane` related bits were a little out of sync. Fixed.

9357c9aac5569d9285b34c75f23d58ce662c47c1 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - `addItem` -> `addLane`

491c22b030ce027e01d4f08d6bfc58c5406f7a7b authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Improve formatting

63e694b3d545b60ac3dba286aa086d5fec5302ab authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Improve formatting

23115d50c9ac2a5dcb941163657e9ac98673491b authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Improve formatting

f8e98ef376ae01263a47b63be5a2d310503f3189 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Fix module/plugins order

Just making sure it's clear `module` goes first. It could be the other
way, but better stick to ...

bc73c4db63b5c0201a841a969b040d10839c8115 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Improve formatting

All `require` imports use `const` instead of `var` now as that's
consistent with the rest of the...

b4a658daa60e61b8a4ac1f4b596b57c723839451 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack compared - Improve formatting

7368bb2749b9ea64a1bfb7d553b6c636d364c9df authored about 9 years ago by Juho Vepsalainen <[email protected]>
project source - Update the build setup to Babel 6

c366ac85c1035a2423858d1c26458f79d678884b authored about 9 years ago by Juho Vepsalainen <[email protected]>
testing with react - Drop debug prints

3af9926b872192b980d5485eec05e6243a64f9e2 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Improve flow

b43cbc2e6089b792d8909a200de6f749ed3073d0 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Mention about the purpose of appendices

e50de000d07b653a9c76a0768f2ab694f4a3e80c authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - topic -> topics

08222602d29be42f5363ca00e22f614b92ca65b9 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Make clearer why `require` is needed with CSS

d43b453f2a1ab8d6c201821c0b4c726fe2961b20 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Add "structuring react projects" appendix

Some food for thought.

ffe9021bb151bd31b9d2fe4681caf683dc15aa85 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Clarify "Dealing with Preprocessing"

b6fdf3ace0cea75abcacb7e85b755fa38f3131df authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Update *post install* script

Now it checks against Travis. -> Faster build.

It also installs `babel-cli` instead of `babel`....

b7bc826f34bf633f1119116627a49f0f632b51a1 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Fix `Notes` diff

It was in old format still.

Thanks Pablo!

730b806ca584b47383ee5507f84ab46f679ca6de authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Remove extra '

addf54b5583c4525a2020077ed5b6f2a0adeeb6d authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Explain ponyfills in greater detail

7fe0b7a2cdd5e2dfa4b1781c0e85a3ecaa50f48b authored about 9 years ago by Juho Vepsalainen <[email protected]>
language features - Add example of `static` for property initializers

bc646a4bd486fc6861caebd798014232d073bfd0 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Mention *refs*

4105acfd55fcda964b1680ecc03539f8673a9b30 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Enable *babel-loader* `cacheDirectory` option

This improves rebuild performance so it's worth enabling.

334c21264b5182e0659549eceff6433a562c9a8d authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Clean up a paragraph

130a72ba031038eb4f065d44f72480b20431116f authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Mention `npm bin`

This way the readers can see the exact path where the executables get
installed.

de52879cca68bbbb5b0379ca61d7eea3781007e9 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Integrate *babel-preset-react-hmre*

This cleans up *.babelrc* configuration somewhat.

56054b89b4d97de4ce011ec28d2feb6dbd1b10d6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Explain how `vendor` entry point setup works

0e25e4d04c65277dd5de2d5726424b174d339e36 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Add missing highlighting for `object-assign`

Thanks @atleb!

Closes #325.

32686c919fdd4c36ecd4f17b6187698676da16fd authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Link to ExtractTextPlugin

2a5b08fd365ed1c3c7dedc6998de851a177da5da authored about 9 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Mention eslint-friendly-formatter

372a152b5bb3cfb81cf035bf413b5dc93cf007bd authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Add Jim Alateras to contributors

Thanks Jim!

72c3a163b91574d12db1ff20b40bff8c6d329979 authored about 9 years ago by Juho Vepsalainen <[email protected]>
language features - Mention about aliasing imports

36a675e732f559160d137deb1977f6480d031af2 authored about 9 years ago by Juho Vepsalainen <[email protected]>
language features - Copyedit "Arrow function context"

Same content, just more consistent with the writing style.

11d1e6de56b50697a13d34efe401e9fb99443717 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #324 from davegomez/arrow-function

Arrow functions context clarification

0a8c9c63d5b69e10c24f9632b670bf0ac3236a20 authored about 9 years ago by Juho Vepsäläinen <[email protected]>
arrow functions context clarification

17b5c9157a3b7222e32173c3d6b47f8647b2cd50 authored about 9 years ago by David Gomez <[email protected]>
testing with react - Add missing id to `NoteContent`

Without this the propType test will give a warning.

560aa65afaf50da91df9358f5549b3f9806f3646 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Update dependencies

9ae8b76b0c2ede36c22ce73dbacee4c51df8f848 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Make sure `get` arrays contain some data when filtering

edf2d96fc7f6d3e9a01b41b411e08600450a14d9 authored about 9 years ago by Juho Vepsalainen <[email protected]>
language features - Improve formatting

a88d6fc49aaab65b8ce796bde0a0001f89f0e8f8 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Drop `note.task` guard from `update`

The problem is that the edit mode doesn't pass `task` -> editing fails.
Removing the guard for n...

190c0b4658d10779dd8bc91e2600d8790afa4c9c authored about 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #323 from davegomez/#322

Use input placeholder attribute on note edition

Closes #322.

4947c3894473e312b7fca1d2b9ab3bf633cb8048 authored about 9 years ago by Juho Vepsäläinen <[email protected]>
Merge pull request #321 from davegomez/es6-classes

Explain classes and modules for ES6

8ce3eac4073ef9f1b7ceecd2690ca3d69fd2360d authored about 9 years ago by Juho Vepsäläinen <[email protected]>
Merge branch '#322' of github.com:davegomez/webpack_react into #322

34c4db2aae4ffde452382e7b38deb1032c4bf7d2 authored about 9 years ago by David Gomez <[email protected]>
refactor more advanced chapters to use placeholder

7462df5a12d9f2f18bfc8ee3598221572ff53f4b authored about 9 years ago by David Gomez <[email protected]>
refactor more advance chapter to use placeholder

bccb3fa76018886b389a0cf045f57a1eafee0821 authored about 9 years ago by David Gomez <[email protected]>
add placeholder attr and check for editions made

f17e6d9aa59d03442735871baa3e5c80c20578b1 authored about 9 years ago by David Gomez <[email protected]>
apply some style changes to match the book

be62a63c1451f0d42b803ce1a7eae303f9df0851 authored about 9 years ago by David Gomez <[email protected]>
classes and modules for ES6

Add a section to explain what are the differences and how the ES6 classes works when using 'expo...

712ada76da8e6f9bfa44c9ed827b2c5be6d8cb42 authored about 9 years ago by David Gomez <[email protected]>
implementing notes - Streamline structure

Now it skips stubbing and discusses the intended design in more detail.
Classes needed by stylin...

749d57620502fd4e03cd8d8ae15e3d9de669355b authored about 9 years ago by Juho Vepsalainen <[email protected]>
Webpack - Add a missing comma

21f121db8c68b0c8d7300a9628b7933e5a92d69f authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Connect the ideas of universal and isomorphic rendering

It's the same and looks like "universal rendering" is winning out so I'm
defaulting to that.

8d7bbadc6206a7f16196d825e5bad5292f6a509c authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Make `loaders` example unambiguous

Less confusing now.

ddcc6e82ed8761143d80e176b7c547eb9753abb8 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Use generic `delete` class for `Editable`

This is on the right level of abstraction. Also made the CSS example
nicer while at it.

b65ce0b7fcac002b1ad403dc43438bc6218780e8 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Merge pull request #320 from davegomez/#319

use `delete-note` class name for consistency

9d2e6bd78a92ecede1d23bf08be1a70e07af8e1d authored about 9 years ago by Juho Vepsäläinen <[email protected]>
use `delete-note` class name for consistency

8964df0436eb1c045f168e873283dc164511d7bf authored about 9 years ago by David Gomez <[email protected]>
developing with webpack - Fix port default tip

9e5147a6a0954153361fc2112d2fc4136c2d789b authored about 9 years ago by Juho Vepsalainen <[email protected]>
README - Simplify Gitter link

4374f5178094a9fb5eaf38d51caafc9b31797339 authored about 9 years ago by Juho Vepsalainen <[email protected]>
README - Drop cover styling

Looks like GitHub strips it.

ab23c617c5a0f23078c5c5417e2855be5cf40554 authored about 9 years ago by Juho Vepsalainen <[email protected]>
README - Improve cover styling

ec810584ede4d8d500934cf605d74d06c99c237a authored about 9 years ago by Juho Vepsalainen <[email protected]>
README - Add more information

e9540034cbf92f5b7788a8a2908356a558985e95 authored about 9 years ago by Juho Vepsalainen <[email protected]>
contributing - Update branch info

b625159a7816d2354b94d00399384668705ebad2 authored about 9 years ago by Juho Vepsalainen <[email protected]>
README - webpack -> Webpack

9aa850c0521f6e0ebf2cb3428b1f06a5211a53c6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
readme - Fix cover dimensions

c5f8e8b2f18b7cad6a922b9abd38263c42a985d8 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Fix leanpub syntax at highlighting

53209b034670f84dfffead0e8c07103de83d031f authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Remove extra whitespace

04a012fbd9136aad7c82fa7c2eb8037685dcaaa7 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Add a missing comma

33f4a0ae529743b25e8f44024a73c572024dfabf authored about 9 years ago by Juho Vepsalainen <[email protected]>
2.0.0-beta2

2664f394999244297b6b4d9841049785aea41a80 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - a -> an

643640498ff7666632b53fc60a6676fa9b8ef213 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Bump version

ecb4108126bec83a0f814d5a73a496aea2506eda authored about 9 years ago by Juho Vepsalainen <[email protected]>
Add peanuts image

fc6ea794fd5c004837923b9222ebee595709549c authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Fix HtmlwebpackPlugin declaration

a107537e08f119aedbaed385b5dba1b3df2de774 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing dnd - Fix header title

9b55c5bd887a2d9976beed78cd5d8553e04494b7 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Add a note to avoid changing code

f81afa94a797f6f45eaa71e9d0e5f52d7b98555d authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Add a reasoning for convention

25d2f9ef0fce5629dca720ce007bc915ecd8fa5a authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Add a missing comma

774668925c1fcf84a976d606581650bed8bb80b6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Fix formatting

39d093ec5f45a4dfb9e1f757bee7e4fcdf5fbcf3 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Add missing "a"

74fa14c6bf792f8daa4e99dea5df1738514f8f48 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Shorten a comment to fit better

cbe6229b461fb0e0ac245e4932e1953750514a05 authored about 9 years ago by Juho Vepsalainen <[email protected]>
typing with react - Hook up babel-plugin-typecheck

I had to relax the return types of render() methods to make this work,
but it seems quite cool r...

7a931a82504c68cbe03b09101a5ee7dbf683ff00 authored about 9 years ago by Juho Vepsalainen <[email protected]>
typing with react - Remove redundant type definition

4d44626d064b522fd22608dd2a6330f490d9e220 authored about 9 years ago by Juho Vepsalainen <[email protected]>
typing with react - Revert `Notes` to old style

Related to https://github.com/facebook/flow/issues/1081.

0417888eee9916244aa42e743ee084e6f2589697 authored about 9 years ago by Juho Vepsalainen <[email protected]>
typing with react - Type `Note`

dcc4d8bc8ef9515b3558a6c1f61e9ec6f64f8ce9 authored about 9 years ago by Juho Vepsalainen <[email protected]>
typing with react - Mark `props` as static (ES7 style)

ff61611bc9b462eec145bef5362c7e77824f5f59 authored about 9 years ago by Juho Vepsalainen <[email protected]>
typing with react - Drop alt-container interface

Not needed anymore.

f034879406d6ec4168233337b6f85c1f28cadda4 authored about 9 years ago by Juho Vepsalainen <[email protected]>
typing with react - Remove typing from Lane/Lanes and add it to Editable

Just relaxing the example a bit. Less material to go through. No need to
repeat the same + less ...

d4d091268a01f367d08b62653f4ca2b23761d05a authored about 9 years ago by Juho Vepsalainen <[email protected]>