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

implementing notes - Point to *Typing with React* chapter

The topic is explored in detail there so might as well point there.

52f26874ccf4894b8393db9786d0f139cec547d8 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Add more context to the code examples

Related to #281.

2ff1b004695757df3eae35c6fac9ebbefe6d2049 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Add missing `devServer` configuration

Related to #281.

40c60d630be44e4f02f829765559ae2091645109 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Note that hot loading isn't fool proof

Related to #281.

cb9e1cb156f8fdabc2a2e35a5aace4400a27446b authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Expand on how to get the first build to show up at the browser

Related to #281.

7f4ea4938d3401562c00c1cda78873ab60999b83 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Explain Webpack and React in greater detail

Thanks Fabio!

b68aacacfc7030dded120d25427e015e6765bcfa authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Clarify `waitFor` paragraph

Thanks jd!

60f8718c050c74c75c74e5ffe45d6b06cc0bf0b3 authored about 9 years ago by Juho Vepsalainen <[email protected]>
1.9.7

685417284e242d4ce8e743f7fb4dcd3e59c8d873 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Clarify `AltContainer` section

Thanks Juan Diego Hernández!

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

4ea9e51a61e8f3d4eae9b39ae8e1e822636156d2 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Simplify `webpack-merge` explanation

Thanks Jax Cavalera!

048355018ea53fdb950cdbb4c7cb074eb66e3251 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Clarify what branching means

e39175d45ca09da10e713253c8d033542195de12 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Simplify `output` configuration

There's no need to introduce this fully until the build chapter.

9cfe0064ac5f0796ec68b9fd57fb89e28e9f8b00 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Note that `webpack-dev-server` runs in-memory

242bc448f8eb19b134e293dfa8db02991f577d65 authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Match against `deploy` case explicitly

The problem is that the last `module.exports` wins -> just common config
gets returned. There ar...

df18efcb488423f757f4c4deca07c57020fcce61 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Simplify key handling

Given we're using uuids, there's no need to prefix keys. Much simpler
this way. Thanks for point...

919e1577b170f1266852b30e2efd33b72848e47d authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing dnd - Fix file names (jsx -> js where needed)

Closes #280.

Thanks @nngrey!

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

a19b549966054faac09ab5e306cd2cf565f47858 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Remove resources from header definition

6d7a487d88abe67841a632a51b28231a40a88a4d authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing dnd - Trigger -> Triggering

Consistency.

cd7e238acdc92133e00df0dadde38a26975beabf authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Simplify further

7c78f3d75ce16f98469c5b23826b43071ff72b78 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Simplify paragraph

This should render a little better.

33f497a9a9cafccad4f151d3f07ff15257972dd5 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - webpack -> Webpack

Consistency.

2738b01a7b9ca0c1a7c26c0a2ccaa1c4bf94e357 authored about 9 years ago by Juho Vepsalainen <[email protected]>
understanding decorators - Fix header hierarchy

b03dffe77f5e9409cfbd3ff94a5ab2c6d859f3f7 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Improve code consistency

`{{` instead of `{ {`.

bddf89d9846ea97a9ae76705ea059464563d6fae authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Discuss alternative ways to use webpack-dev-server

8915ea097f11d312ecd08b0777ac75c465e93b37 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Parse HOST and PORT from env

Easier to tweak this way.

43e447def26e625435e21eec94599aa60a2960e7 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Mention about `npm init` defaults early on

That's good to know as it's a timesaver.

4280e130b0eb62f4df3d5e420bb8a9c3c9942eac authored about 9 years ago by Juho Vepsalainen <[email protected]>
Revert "webpack and react - Drop Babel 5 bit"

This reverts commit 49fc9dc4c52dcd53d77f10ccdb007d27770581c0.

Better have that warning in place...

4066ee03932dc317eaff8bf4ac95db4b76fb3847 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Drop Babel 5 bit

This assumes Babel 6+. Need to wait for plugins to catch up...

49fc9dc4c52dcd53d77f10ccdb007d27770581c0 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Merge branch 'master' into dev

11c12835110fe9a0a0a7a749e6263598a2bd75fd authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Use Babel 5

Need to wait until babel-plugin-react-transform is ready for Babel 6.
Related to https://github....

b52b94880241a845f5175b13e516ce6d4f4e007e authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Add missing `noteId` to `attachToLane`

Thanks Connor Lay!

464f1ed29e6abcbf7edaedf7a6c212baf54cb632 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Expand on `bind` at code

This way it should be clearer why it's used.

17e9a8796c8f13c9250ce87500fe0a1c269ce091 authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Show how to deploy

Added a little snippet on deployment given it's a common problem that
comes up often.

a1e87c67a661d1f6618996bbfe5aa4f27df13f19 authored about 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Use `alt-container`

This gets rid of the 0.14 warnings.

c59ac6fdfdae0f07073bb828eeff7232d92479ce authored about 9 years ago by Juho Vepsalainen <[email protected]>
Push decorators to an appendix

One roadblock less. Decorators are sort of advanced so it's better to
discuss them optionally. A...

843225130da466c17e54a151f312bce75c97ce04 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Mention that npm init respects .npmrc

2b3600a2c56e70a2ba6c9520b8a1b3639eecdc19 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Emphasize the fact that webpack-dev-server is for dev

113e980bfcd61947d8a47ccdcefd92580c204357 authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Note how to supress dev server output

2a6faa7a17d87e7e9e48e55389500988c7ad03b2 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Thank Prospect One about the logo and graphical design

89b0f430ea8c3d5d865d16d948322b9c8c57ce75 authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Add Webpack Chart to extra resources

6dfd9895a4a13196c00b95dcb0cc023c36dd12e6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Expand on debugger statement

d5cd058a4ee9f7ee81ce7e1aa75f02d6c939bb73 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Implement a manuscript link checker

This just parses the links from Markdown and checks that they work.

Closes #263.

cd4ebe3984ebfbbbe515103a3166ab0027819e7b authored about 9 years ago by Juho Vepsalainen <[email protected]>
building kanban - Fix analyse tool link

11f3b57c660be5502f429642a1dd4024645acb12 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Drop npm from dependencies

Must have done `npm i npm i`. That would explain this...

664040217cce1653202b6ce41ff9bd459378adb1 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Remove redundant package

Closes #272.

fa527535fdc2368e6057867f29452ee6cf7f482a authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Formatting pass

Just made sure formatting is consistent with the rest of the book.

1fd7a86427eea9b4181ac122f1313c3917e7a88a authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Group files better

ESLint bits are now together.

c368e55f77d0d44a30a9bd2ea005ffc03b250e8f authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Make listings consistent

c0d261a4a28f6a999f9b8ad2370ab98e3a0c5410 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Mention Omid

Thanks @omidfi.

749c0d237fc60077d6e684e6675fe67c0d50eb58 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Add Webpack visualizer resource

a9fdacbe7e687096b45942b9a9bd4f88d5a80eff authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Rewrite "Making the Configuration Extensible" for clarity

Thanks Ian!

815f6db89398f7b58f01e0fddad54d1efbbaac2a authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Simplify Babel portion (BABEL_ENV)

There was some unnecessary duplication. It's better to show how to set
up `BABEL_ENV` through pr...

17756b6ab98dcbeb51f90c80fc9d9ebe7b428d24 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Simplify `NoteStore#get`

It is better to set a default value for `ids` at params (ES6 standard).

40fac92cd0bfb35bd552d55227253c745614cccf authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Add missing "the"

c7564993efe64ec4d530c2e3251537a7a485986c authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing dnd - Update to react-dnd 2.0

c0506cb19a9bdcc92a9cfe3f9015a6c473a9ea92 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Port to pure functions

Sadly HMR isn't supported yet defeating the point...

Related: https://github.com/gaearon/react-...

fd43a83e3983cd90db5c4b564813bcb90cfe9629 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Add a missing `include` to code examples

b7421402a07714b642e80dded10e83ed58775b4f authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Mention that without `super` `this.notes` won't get set

53efd20b028216ed2f8732199ef8cacab71a056d authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Expand on how to deal with prerelease versions

This is an important topic so it's good to cover it in detail to avoid
confusion.

df4bd771861dfd9f4712095a175f1f0a401c8ed6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
styling react - Replace smart-css with JSS

It looks like the development of smart-css has stalled while JSS is
going strong.

Related to #264.

e0ddd3378c94048dcccacd3865d6129dd832bed3 authored about 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Add @adam-beck to contributors

7d4c3f2100894b0a6415bfc871eaef527e512135 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Minor grammar fix

85c753ba5538346743d9710f4f6d851fea46ce8c authored about 9 years ago by Adam Beck <[email protected]>
linting in webpack - Update JSCS section

Thanks Henry!

3367e2cc43ef075a897208a2f7eb286759029df0 authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - this.setState -> this.addNote

Thanks Wayne!

2d0ee25f2751098b1aaf11d5b6e89b7c908c7ff6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
from notes to kanban - Add a little bit of background for the design

Thanks Chad!

1fad3e1c9831b73865e498e88271a2628698f5f0 authored about 9 years ago by Juho Vepsalainen <[email protected]>
Link to "The land of undocumented react.js: The Context" at resources

Still a good doc to link to even though there are official docs now.

ae84dba479e313338a2010dd82b29cb2dc53465e authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Link to the official context documentation

3ce89eea0567cbfb792d12c3ad1c070da4dd912a authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Remove redundant remark

3ac6499d12c41c78495d60b4b911940d76fabf5f authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Use consistent naming for file names

d3ba85f6898136eedfc1554260af66c9bd444af8 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Merge paragraphs

Better flow, less fluff.

3023066792d66c94287c815f9fe9abac568d9482 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Push a tip to a better place

4bfbb2a6ac46c347c2be205cc8eb2f7befee4add authored about 9 years ago by Juho Vepsalainen <[email protected]>
styling react - Redo intro

Better flow this way.

bb64052e4cb56405e1711e945cee4c150b85e386 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Add missing `config` declaration

b40e5e906c2524181a03a87897724ed32d22534d authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Grammar/flow fixes

b99d382aad42099038b658d7cd8afad191378e51 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Improve sentence structure

da4d34fa279036f73ff475b06458f6a8ca1797f6 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Drop redundant remark

05009d06a786ba206cf2ce79ffe0c9c5f900c4c4 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Drop Bower bit

b634123dcd57ffa234afcdc8918ac6cb7fa00104 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Flow/grammar pass

a088204899b462ad3a16e4aa8f7833441b367d33 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Update `package.json`

Now it should be in sync with the boilerplate.

84ecfc293b0f2881402ba2b21a9d30dd60b32548 authored about 9 years ago by Juho Vepsalainen <[email protected]>
linting in webpack - Replace csslint with stylelint

csslint isn't under active development. Even though stylelint is a
little rough, it is developin...

73c26ade566ec7c46ae17023f7112d3533e56e1e authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Note that `React` needs to be imported when using JSX

Thanks Adam!

f0a7c651b88abc769dab0a1a309c1265c51d4056 authored about 9 years ago by Juho Vepsalainen <[email protected]>
First pass of 0.14 fixes

Still need to convert certain components to the new function format.

238e1ee82532fb6052a34289bb7654a5263b8183 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Make Webpack configuration clearer

fe1bebe1b3c179d0e8ccc4edf5f3cd6edb61223c authored about 9 years ago by Juho Vepsalainen <[email protected]>
Point at [email protected]

This looks more professional.

6cc0c8b9c110228e238df3679c8709179891aafd authored about 9 years ago by Juho Vepsalainen <[email protected]>
developing with webpack - Make sure `HotModuleReplacementPlugin` is only once

If there's more than one, it will throw `RangeError`. Better to document
that and make the code ...

e36c186fc486679683918b361a6d98122d56efec authored about 9 years ago by Juho Vepsalainen <[email protected]>
styling react - postcss -> PostCSS

284de0e53031c0f93d0d46a85f9574cc7c8678f3 authored about 9 years ago by Juho Vepsalainen <[email protected]>
testing react - Drop a redundant dependency

bdb2ce13b37f4ac1c9840bb016d55b6b6b4f8f0f authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Recommend enabling specific features instead of stage

This is a safer option as it documents well which features are used
within the code base.

e3781f0dcac8241ac9562ea44c216d719a857771 authored about 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Go back to class syntax for now

Need to wait for react-transform to catch up before this can be used.

ae5ca777a4e12dc75c93318bc1e5a8eff180a887 authored about 9 years ago by Juho Vepsalainen <[email protected]>
authoring libraries - Drop redundant targets

5d6e37b4ab21b5bb1549388c8f26d440ab028a21 authored about 9 years ago by Juho Vepsalainen <[email protected]>
1.9.2

fb61d92d7d72a302770f9b9e827f1109c649d92d authored about 9 years ago by Juho Vepsalainen <[email protected]>
implementing notes - Fix callout code

Thanks @emcpadden!

Closes ##266.

65df33325e048aab6e92e77ea5a60f5d02cbb17b authored about 9 years ago by Juho Vepsalainen <[email protected]>
1.9.1

7dd5bfc6a5c4628dddd44c87289316bf1d7224c9 authored over 9 years ago by Juho Vepsalainen <[email protected]>
webpack and react - Fix babel-plugin-react-transform link

1f4128060ba0b95ea77b09d45893bd060a156524 authored over 9 years ago by Juho Vepsalainen <[email protected]>
1.9.0

329692cbcd0876969bcb96679c41a9293e0f50d8 authored over 9 years ago by Juho Vepsalainen <[email protected]>
react and flux - Drop matryoshka

Poor analogy is poor. Just wasting space.

84226e7e35ac76c792b131b9ebb972d0cd540bd3 authored over 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Improve paragraph flow

d8c77892d9cd13eec27a72b17d6734d7a0e5a68b authored over 9 years ago by Juho Vepsalainen <[email protected]>
introduction - Be consistent with header naming

Is -> is.

9096a63eb558bb570d42a47a3b5451d8ae8bef30 authored over 9 years ago by Juho Vepsalainen <[email protected]>