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

Push persistency to store level

The current solution isn't ideal as Alt isn't flexible enough yet.

Related: https://github.com/...

26e7eef9589cacebb4c658d993dc0cbef62caaaa authored over 9 years ago
react and flux - Expand on localStorage

870068077bfba169f1b8b3456c84b007ee46525f authored over 9 years ago
react and flux - Clarify concepts

d5019140ff77ef7cd4be7f0153da2c5a7bd870b8 authored over 9 years ago
react and flux - Explain why/how flux is set up with Notes

a9f21b20ad3da2b25d5aaa285cd24266c65458ff authored over 9 years ago
react and flux - Redo intro

Now it's more to the point and hopefully easier to follow. This should
motivate the usage of Flu...

a82ee56595fc90a4124f4ec82e2083a0805c2015 authored over 9 years ago
react and flux - Drop Relay bit

It is better to discuss Relay in another chapter. Just hurts the flow here.

Closes #103.

b8015b424cd20dfea131cb403e8e4a0c0618741d authored over 9 years ago
react and flux - Add more information on dispatching and design

8d0bcc3513a6dc8f91c7990df78be0fc9de2576c authored over 9 years ago
Remove redundant comment

41028b1dec7689af90127cde95c20a3bab1eca6a authored over 9 years ago
Merge pull request #137 from Foxandxss/patch-1

Update build_all.sh to include NPM dependencies

515fe8bbed459b74687f4078c30555041811f0ec authored over 9 years ago
Update build_all.sh to include NPM dependencies

It defeats the purpose if an user needs to go to each project to install the dependencies. Usefu...

ad6ea67d73539020195ce840b01ab44a6b9e1f67 authored over 9 years ago
implementing notes - improve sectioning

Now initial data model goes to a section of its own. This should be a
little easier to follow.

d9d8e10c28bcce7eb09e0e2171512c232110caf0 authored over 9 years ago
Add @Cheerazar to acknowledgments

35803abbae039b942ef453c94370c1b5c7a30bc3 authored over 9 years ago
Merge pull request #134 from Cheerazar/update-getting-started-bundle-path

Update path to bundle.js in 02_getting_started.md index.html file.

708431e7e1d55a823eb9cb4f8682fd14b63607a1 authored over 9 years ago
Merge pull request #133 from Cheerazar/patch-1

Correct formatting of JavaScript in introduction

3528920066b1abd1e024f574f4722c82eb409345 authored over 9 years ago
Update path to bundle.js in index.html.

c343c6ce1d5e865aa77001ba0ff9cdb87fbd0a26 authored over 9 years ago
Correct formatting of JavaScript in introduction

Change Javascript to JavaScript to match formatting in the rest of the 00_introduction.md.

d5684e418009f71624884dd9535f5857403707cd authored over 9 years ago
implementing notes - beauty pass

Improved chapter flow. It should be a little easier to follow now.

4a433e82f03d7c31efc13311cb2ab3cbdd638e02 authored over 9 years ago
webpack and react - quality pass

ed92b5a9f47ad2778e035652e2f32820a8b956c7 authored over 9 years ago
Update build

7f4d49ceccfd0bcc4d4695a6a397eb2b854c38d0 authored over 9 years ago
developing with webpack - quality pass

Better flow, removed some cruft.

d607096815dfa92ba97f31a9810cc03b5c1ab6b5 authored over 9 years ago
getting started - Make configuration consistent with the next chapter

134066e5ec68ad6a82b63c8bc86e3e38aa9690e3 authored over 9 years ago
getting started - Quality pass

6fdbf95797bfcbd7ca7c94162a3885a5b1e33f52 authored over 9 years ago
authoring libraries - Node -> Node.js

Just to be consistent.

5636b3675435ac788c563d75d566d8b8365dd32b authored over 9 years ago
webpack compared - Quality pass

Expanded on weaker bits and improved consistency (Node.js,
Webpack/webpack).

2c01d78222bea2d1e4757c58ed2391b0de8a29b9 authored over 9 years ago
webpack -> Webpack

Title looks better this way.

af1ee1baa72b06fad1a493f95985d311009985ac authored over 9 years ago
var -> const/let

It is preferable to use `const` whenever possible. In fact there was
only one place where I had ...

d71ca0f29c4cb6788ea4b815a82f632f246098ab authored over 9 years ago
webpack -> Webpack in beginning

Looks a little nicer.

5ed64512df8ad3006900b83897366c93204c393b authored over 9 years ago
Note about ES6 class autobinding (lack of)

75e9986040c2f7e1a1df7f9aa5d3148d2529ee1e authored over 9 years ago
Push react component styles earlier

Just avoiding some reader frustration here.

4c8c9c60aa15b28d4a32219fc3748b6a62aa749e authored over 9 years ago
Use ES6 string replacements

Bye bye +. I won't miss you.

Closes #118.

5a9e41f465760fcc54b5063502a1caaea7d9502b authored over 9 years ago
Explain what happens when going from singleton to instances

394ac2607d45755310b48037588ed43ac5d45415 authored over 9 years ago
Explain better why changes to a `Lane` are made

fde4647de41131ccae1048b54c54030e847a8fd2 authored over 9 years ago
Add @whisher to acknowledgments

Thanks for the pointers!

3a1f64208b7d754288e0f5c4b7ae3ebb50adaa7e authored over 9 years ago
Split up Note/Editable rendering

Reads better when split up.

3d54dad90593d98cd08685f2e5f466f2c5dc9a97 authored over 9 years ago
Clean up Lanes rendering

Better to have a separate `renderLane` here.

Closes #69.

fae255d139a81b9a40aa02159fe98f2539cc18c9 authored over 9 years ago
Clean up Notes rendering

Split this up so there's `renderNote`.

Related to #69.

ce078502fc5fe676dc2d622a907a76f58423717a authored over 9 years ago
Add missing inject to `Lane` example

Also made sure indentation is consistent (`{ {` instead of `{{`).

Closes #119.

b51a054025ceeebfff6a8d297d7dcafe3f7dea4c authored over 9 years ago
Expand on Editable

Now it should be clearer what changes and how.

Closes #120.

4e92a69e7c4fbabc393b12457efa605255cbfd8b authored over 9 years ago
Make LaneStore#init more resilient

It shouldn't be able to load invalid data. Better do some check over it
instead.

Closes #123.

69a5b41c354ef3ea74c4f3a92475b8cc4369f6a9 authored over 9 years ago
Specify `LaneStore` name explicitly

This is needed for persistency to work reliably. If the name is not set,
Alt will default to som...

78c3d35355ff4386d660ebe72eccee607c767780 authored over 9 years ago
Remove redundant `bind` tips

Related to #115.

Closes #115.

11b5976a97d0b2bf5ab259d52cfaa3de42a9a15f authored over 9 years ago
Second batch of bind fixes

Related to #115.

5502a5094193101fdc364497424a18fd31abd517 authored over 9 years ago
First batch of `bind` fixes

Related to #115.

234ab71153cf3954b3469916a4bb84bcca180fe3 authored over 9 years ago
Push snippet header to correct place

Closes #116.

e0db40ac117b51b4feab092368b7775a8a6d1170 authored over 9 years ago
Simplify (no need to consider :) )

Closes #117.

6d9a1011d1dc5d2b37faf3c45acf3a6a1e8315b6 authored over 9 years ago
factor -> refactor

Closes #121.

b1bede966ba960345c486a15901061d5d7c82315 authored over 9 years ago
Remove redundant `addItem.bind`

3fdcbcf43fa01e09699d6b8e3f860de405626fec authored over 9 years ago
Remove devtool from cli and use `eval` for config

`devtool` shouldn't be declared at cli call given we already do that at
the main config. I notic...

24c3d96e5cf26f432a065888722f15a69f802ee4 authored over 9 years ago
Clear up position on prs/issues

be1ae8c3557d60581291b0b5e7bc711656ade6b6 authored over 9 years ago
Add CONTRIBUTING guidelines

097a0cfcfc24e7019a6556e1960b312b9a1cebaf authored over 9 years ago
Push binds to constructors where it makes sense

Now it's more consistent and we get rid of that `() =>` weirdness. It's
preferable to bind at co...

319b7b30406306b40b60bd093475063819f84bb7 authored over 9 years ago
Remove redundant `webpack-dev-server/client` from configuration

When using webpack-dev-server `--inline` flag injects this
automatically. When we're using hot l...

5a4f93c2cd5b3a9281215c5369ac98545ee1dee6 authored over 9 years ago
Update terminal output to include sourcemaps

eeda46080b3e99c5a284aed786f74ca6ffcc8415 authored over 9 years ago
Set up sourcemaps for the project

Thanks @hectorcascos for pointing this out!

89056be29f4f73be31e3cd503a3ec37f0154e750 authored over 9 years ago
Add @jugend to acknowledgments

c92d2361aa9a4d25483f7b276cc01ff142d4603c authored over 9 years ago
Update dependencies

c33431de8b790d7421e9fa55e06f54bd9ffac034 authored over 9 years ago
Merge pull request #112 from jugend/master

Fix indentation & update findIndex to match the source codes

88866d04ad3b78fdeac580832a6166aaf0c68d2a authored over 9 years ago
Fix indentation & update findIndex to match the source codes

d76004b25355ce3f229e7fe4a461db01a5281b4f authored over 9 years ago
Note that ESLint implements a large part of JSCS

0c371d8b89352688515abcf25fd6bfe41e9f14fa authored over 9 years ago
Add hot loading entries back

Just having `--inline` isn't enough! It is important to have these lines
included.

e2c27db5d013ff76a7493a17ac7520f480eaefd6 authored over 9 years ago
Drop redundant images

These belong to site.

2d053ef48d194fb0d890a63a3813a1dda2d92008 authored over 9 years ago
Add @fay-jai to acknowledgments

c882b2118642452a96ac6054e9be5c4f61a8c9bd authored over 9 years ago
Merge pull request #111 from fay-jai/typo

Minor typo fix

05e292c5e7c18d1fe48acece04f47174a1d044f9 authored over 9 years ago
Minor typo fix

3f634feb550554949459eab8c8d05997a7533df9 authored over 9 years ago
Remove site reference

4f15689a5c5ade08ecc522636895b269f0ea728c authored over 9 years ago
Drop site specific files

The site moved to a repository of its own. Much nicer now!

c06b00ca5261887087fec4c35b12d45b9057e579 authored over 9 years ago
Remove CNAME

Need to to this in order for site repo transfer to work.

35e22d1c53b205aff857a6c8752b6dc6e1d8a6e6 authored over 9 years ago
Fix dates

52f24ab21af28994a199b868757be105f13629e2 authored over 9 years ago
Fix date

5f24f60d36daf3690c3f62daa051c6b3896e6676 authored over 9 years ago
Remove redundant header

D'oh.

a0f976636847e8fc2704f368e15445844a105531 authored over 9 years ago
Add levels blog post

d36d92417d2adb4e62456ead120d07fdccb92f80 authored over 9 years ago
Fix typo

ad68de58a2b248ea60448d1bc4a4823f00644e33 authored over 9 years ago
Fix RSS links

Copy-paste...

f0e7420a915202574e489233a2ed10f29f73bc9f authored over 9 years ago
Enable commenting per chapter

Ideally this would be Medium-style but I had to settle with Disqus as I
haven't been able to fin...

043d0977bf5ce07181d951c2cc912198d5ddf33c authored over 9 years ago
Add social links at the end of chapters

e4f3f6079a4a0068455e1b418b9cce2b938eac4c authored over 9 years ago
Add social links to the end of blog posts

d9017ee8c8049a811c2c6330aca14b386741c52a authored over 9 years ago
Add links to mailing list etc. to the bottom of the landing page

I'm betting on the fact that people actually reach it.

10bb49fa93695305ffc27b203e5c2ae4b1b7def6 authored over 9 years ago
Add RSS feed

46f5b45d60390ece61ea52169aef780e155b3e8c authored over 9 years ago
Show how to configure Alt Chrome plugin

Closes #105.

97a7c68248c8c9669b38cbe3c7e1abe7cb35322a authored over 9 years ago
Fix beta tagging invocation

4605e3c6ddca0f8cd6a98525a14730e4ac3674b9 authored over 9 years ago
Set up disqus

This should be pushed to a Antwar plugin. Note that the threads don't
show up in development mod...

7ad77b9a66dba934bfe1b8de99e2a6e3f6f7a0a0 authored over 9 years ago
Set up initial blog

244ed3fad9854509d0f7a1323e7c9c120216283c authored over 9 years ago
Add @gumuz to acknowledgments

d67cc43a2ced3694deae110fd3505296c35f22ca authored over 9 years ago
Merge pull request #107 from gumuz/patch-1

Fix typo (count -> account)

01cd39659744500b79faeba5c3ee50d76f06ea95 authored over 9 years ago
typo

I'm pretty sure this is what you meant, thanks for the book!

8004e42bd5d54d5a7b2bb01732dcebf7fa81ef09 authored over 9 years ago
Merge pull request #99 from mbrookes/patch-3

Clarify what a local install is.

4ea41790123eaafa48bb38c57c85a5a0c0e17957 authored over 9 years ago
Explain ES7 spread operator with example

Thanks @Foxandxss!

Closes #98.

9fe633249bd9274adc95aef0835480d1e6041ee5 authored over 9 years ago
Drop redundant `entry` configuration for hot loading

Given `--inline` is used now the required entry point will be injected
automatically. Hence it d...

3c08ebf13c751be4778a48059e603e9e87f5626d authored over 9 years ago
Eliminate lodash reference (Array.isArray works!)

Related to #94.

5f5ce2b6e8901085bcda171da606d9b20c059c61 authored over 9 years ago
Add `babel-core` to the project explicitly (npm 3)

Closes #96.

05185645b84f737e351aaa544b2ebca12ca77b42 authored over 9 years ago
Remove trailing commas from example project

995f93aae78b0edc29c49015597a501f67345d1b authored over 9 years ago
Merge pull request #95 from firedev/hanging-commas

Javascript Police called, they want their commas back...

f0b3d9b1e4f117a9aff8be8a956696593e27ff04 authored over 9 years ago
Merge pull request #94 from firedev/07-from-singletons-to-instances

07 from singletons to instances fixes

763ed67e54767050b336c54ca1249e33551c458f authored over 9 years ago
Merge pull request #93 from firedev/alt-createStore-comment

Alt create store comment

4c3276e9509271691e05ea8d6f35ad00cad8d6ee authored over 9 years ago
Update code to match book

fe7e86488e5c0cde6a3fbb68dde92b031ae26b53 authored over 9 years ago
Merge pull request #92 from firedev/07_from_notes_to_kanban.md

Intention-revealing variable name

ed5da4474b4d84729550fb23fa7d769da1795947 authored over 9 years ago
...and this one.

31c359a6acda122c3b9420a755c018143f108d24 authored over 9 years ago
i -> id in Lane.jx

5ccb638f3be15b5a736aadd7c4166f3a372bda76 authored over 9 years ago
you have to bind to this

82c988e7e56af1e041ba8d5b51f63aac9d8edd49 authored over 9 years ago
Hanging commas

f9f0a1877fed09326e982449aae73d11489e1452 authored over 9 years ago