Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SurviveJS

Open source books and blog
Collective - Host: opensource - https://opencollective.com/survivejs - Website: https://survivejs.com - Code: https://github.com/survivejs

getting started - Make configuration consistent with the next chapter

github.com/survivejs/react-book - 134066e5ec68ad6a82b63c8bc86e3e38aa9690e3 authored over 9 years ago
getting started - Quality pass

github.com/survivejs/react-book - 6fdbf95797bfcbd7ca7c94162a3885a5b1e33f52 authored over 9 years ago
authoring libraries - Node -> Node.js

Just to be consistent.

github.com/survivejs/react-book - 5636b3675435ac788c563d75d566d8b8365dd32b authored over 9 years ago
webpack compared - Quality pass

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

github.com/survivejs/react-book - 2c01d78222bea2d1e4757c58ed2391b0de8a29b9 authored over 9 years ago
webpack -> Webpack

Title looks better this way.

github.com/survivejs/react-book - 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 ...

github.com/survivejs/react-book - d71ca0f29c4cb6788ea4b815a82f632f246098ab authored over 9 years ago
webpack -> Webpack in beginning

Looks a little nicer.

github.com/survivejs/react-book - 5ed64512df8ad3006900b83897366c93204c393b authored over 9 years ago
Note about ES6 class autobinding (lack of)

github.com/survivejs/react-book - 75e9986040c2f7e1a1df7f9aa5d3148d2529ee1e authored over 9 years ago
Push react component styles earlier

Just avoiding some reader frustration here.

github.com/survivejs/react-book - 4c8c9c60aa15b28d4a32219fc3748b6a62aa749e authored over 9 years ago
Use ES6 string replacements

Bye bye +. I won't miss you.

Closes #118.

github.com/survivejs/react-book - 5a9e41f465760fcc54b5063502a1caaea7d9502b authored over 9 years ago
Explain what happens when going from singleton to instances

github.com/survivejs/react-book - 394ac2607d45755310b48037588ed43ac5d45415 authored over 9 years ago
Explain better why changes to a `Lane` are made

github.com/survivejs/react-book - fde4647de41131ccae1048b54c54030e847a8fd2 authored over 9 years ago
Add @whisher to acknowledgments

Thanks for the pointers!

github.com/survivejs/react-book - 3a1f64208b7d754288e0f5c4b7ae3ebb50adaa7e authored over 9 years ago
Split up Note/Editable rendering

Reads better when split up.

github.com/survivejs/react-book - 3d54dad90593d98cd08685f2e5f466f2c5dc9a97 authored over 9 years ago
Clean up Lanes rendering

Better to have a separate `renderLane` here.

Closes #69.

github.com/survivejs/react-book - fae255d139a81b9a40aa02159fe98f2539cc18c9 authored over 9 years ago
Clean up Notes rendering

Split this up so there's `renderNote`.

Related to #69.

github.com/survivejs/react-book - ce078502fc5fe676dc2d622a907a76f58423717a authored over 9 years ago
Add missing inject to `Lane` example

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

Closes #119.

github.com/survivejs/react-book - b51a054025ceeebfff6a8d297d7dcafe3f7dea4c authored over 9 years ago
Expand on Editable

Now it should be clearer what changes and how.

Closes #120.

github.com/survivejs/react-book - 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.

github.com/survivejs/react-book - 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...

github.com/survivejs/react-book - 78c3d35355ff4386d660ebe72eccee607c767780 authored over 9 years ago
Add a feedback banner

This points to the GitHub issue tracker. Hopefully it helps people to
find it better.

github.com/survivejs/site - e0509175370c1cd6f5b9ece127d9c73a71fb149c authored over 9 years ago
Remove redundant `bind` tips

Related to #115.

Closes #115.

github.com/survivejs/react-book - 11b5976a97d0b2bf5ab259d52cfaa3de42a9a15f authored over 9 years ago
Second batch of bind fixes

Related to #115.

github.com/survivejs/react-book - 5502a5094193101fdc364497424a18fd31abd517 authored over 9 years ago
First batch of `bind` fixes

Related to #115.

github.com/survivejs/react-book - 234ab71153cf3954b3469916a4bb84bcca180fe3 authored over 9 years ago
Push snippet header to correct place

Closes #116.

github.com/survivejs/react-book - e0db40ac117b51b4feab092368b7775a8a6d1170 authored over 9 years ago
Simplify (no need to consider :) )

Closes #117.

github.com/survivejs/react-book - 6d9a1011d1dc5d2b37faf3c45acf3a6a1e8315b6 authored over 9 years ago
factor -> refactor

Closes #121.

github.com/survivejs/react-book - b1bede966ba960345c486a15901061d5d7c82315 authored over 9 years ago
Remove redundant `addItem.bind`

github.com/survivejs/react-book - 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...

github.com/survivejs/react-book - 24c3d96e5cf26f432a065888722f15a69f802ee4 authored over 9 years ago
Clear up position on prs/issues

github.com/survivejs/react-book - be1ae8c3557d60581291b0b5e7bc711656ade6b6 authored over 9 years ago
Add CONTRIBUTING guidelines

github.com/survivejs/react-book - 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...

github.com/survivejs/react-book - 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...

github.com/survivejs/react-book - 5a4f93c2cd5b3a9281215c5369ac98545ee1dee6 authored over 9 years ago
Drop prevnext hack

Moved to default theme as it's better to resolve there.

github.com/survivejs/site - e56a2bdecb75d6d523be19c168d55d4478809bf0 authored over 9 years ago
Update terminal output to include sourcemaps

github.com/survivejs/react-book - eeda46080b3e99c5a284aed786f74ca6ffcc8415 authored over 9 years ago
Set up sourcemaps for the project

Thanks @hectorcascos for pointing this out!

github.com/survivejs/react-book - 89056be29f4f73be31e3cd503a3ec37f0154e750 authored over 9 years ago
Drop redundant `publicPath` declaration in dev

By the looks of it this isn't needed during dev mode.

github.com/survivejs/react-component-boilerplate - b2427fcc2a702a74b0024d1cbf373360305613a2 authored over 9 years ago
Drop redundant `publicPath` declaration in dev

By the looks of it this isn't needed during dev mode.

github.com/survivejs/reports-boilerplate - b2427fcc2a702a74b0024d1cbf373360305613a2 authored over 9 years ago
Add @jugend to acknowledgments

github.com/survivejs/react-book - c92d2361aa9a4d25483f7b276cc01ff142d4603c authored over 9 years ago
Update dependencies

github.com/survivejs/react-book - c33431de8b790d7421e9fa55e06f54bd9ffac034 authored over 9 years ago
Merge pull request #112 from jugend/master

Fix indentation & update findIndex to match the source codes

github.com/survivejs/react-book - 88866d04ad3b78fdeac580832a6166aaf0c68d2a authored over 9 years ago
Fix indentation & update findIndex to match the source codes

github.com/survivejs/react-book - d76004b25355ce3f229e7fe4a461db01a5281b4f authored over 9 years ago
Fix prevnext layout

github.com/survivejs/site - cc3941bd837b961d0ad2d0b49be69792178cff3a authored over 9 years ago
Remove extra margin from chapter meta

github.com/survivejs/site - f73d7c0359a2f50309d54b5b74ae1ec748fba430 authored over 9 years ago
Note that ESLint implements a large part of JSCS

github.com/survivejs/react-book - 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.

github.com/survivejs/react-book - e2c27db5d013ff76a7493a17ac7520f480eaefd6 authored over 9 years ago
Add site exclusive images

github.com/survivejs/site - a04cc47d9ae86b05ecaeb75dea8f2e93caeb5388 authored over 9 years ago
Drop redundant images

These belong to site.

github.com/survivejs/react-book - 2d053ef48d194fb0d890a63a3813a1dda2d92008 authored over 9 years ago
Add @fay-jai to acknowledgments

github.com/survivejs/react-book - c882b2118642452a96ac6054e9be5c4f61a8c9bd authored over 9 years ago
Merge pull request #111 from fay-jai/typo

Minor typo fix

github.com/survivejs/react-book - 05e292c5e7c18d1fe48acece04f47174a1d044f9 authored over 9 years ago
Attach inline subscribe form to index

github.com/survivejs/site - 75a6ceffec56750218647464b58d184bc1825b55 authored over 9 years ago
Implement inline form for subscribing to the mailing list

github.com/survivejs/site - 937ebdbb371d73cbcfe9ab39cc8f0da64ccb7455 authored over 9 years ago
Add post about scrappy web design

github.com/survivejs/site - 0a9b0dbeb8bdcb0e0a3325aacde2ba03c07893a8 authored over 9 years ago
Remove site reference

github.com/survivejs/react-book - 4f15689a5c5ade08ecc522636895b269f0ea728c authored over 9 years ago
Drop site specific files

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

github.com/survivejs/react-book - c06b00ca5261887087fec4c35b12d45b9057e579 authored over 9 years ago
Remove CNAME

github.com/survivejs/site - 63ff000f6277098987ee813c14d946e352c389ad authored over 9 years ago
Remove CNAME

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

github.com/survivejs/react-book - 35e22d1c53b205aff857a6c8752b6dc6e1d8a6e6 authored over 9 years ago
Set up a standalone site

It's way better to have this in a separate repo. It's easier to deal
with site specific issues n...

github.com/survivejs/site - d7445a36df9d3039c4359e4af24b116567f905f2 authored over 9 years ago
Remove redundant header

D'oh.

github.com/survivejs/react-book - a0f976636847e8fc2704f368e15445844a105531 authored over 9 years ago
Add levels blog post

github.com/survivejs/react-book - d36d92417d2adb4e62456ead120d07fdccb92f80 authored over 9 years ago
Fix RSS links

Copy-paste...

github.com/survivejs/react-book - 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...

github.com/survivejs/react-book - 043d0977bf5ce07181d951c2cc912198d5ddf33c authored over 9 years ago
Add social links at the end of chapters

github.com/survivejs/react-book - e4f3f6079a4a0068455e1b418b9cce2b938eac4c authored over 9 years ago
Add social links to the end of blog posts

github.com/survivejs/react-book - 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.

github.com/survivejs/react-book - 10bb49fa93695305ffc27b203e5c2ae4b1b7def6 authored over 9 years ago
Show how to configure Alt Chrome plugin

Closes #105.

github.com/survivejs/react-book - 97a7c68248c8c9669b38cbe3c7e1abe7cb35322a authored over 9 years ago
Fix beta tagging invocation

github.com/survivejs/react-book - 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...

github.com/survivejs/react-book - 7ad77b9a66dba934bfe1b8de99e2a6e3f6f7a0a0 authored over 9 years ago
Set up initial blog

github.com/survivejs/react-book - 244ed3fad9854509d0f7a1323e7c9c120216283c authored over 9 years ago
Add @gumuz to acknowledgments

github.com/survivejs/react-book - d67cc43a2ced3694deae110fd3505296c35f22ca authored over 9 years ago
Merge pull request #107 from gumuz/patch-1

Fix typo (count -> account)

github.com/survivejs/react-book - 01cd39659744500b79faeba5c3ee50d76f06ea95 authored over 9 years ago
typo

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

github.com/survivejs/react-book - 8004e42bd5d54d5a7b2bb01732dcebf7fa81ef09 authored over 9 years ago
Merge pull request #99 from mbrookes/patch-3

Clarify what a local install is.

github.com/survivejs/react-book - 4ea41790123eaafa48bb38c57c85a5a0c0e17957 authored over 9 years ago
Merge pull request #40 from mathieudutour/master

fix skipping slide with Appear when starting after

github.com/survivejs/react-for-awesome-people - 010cfbbdde8f8cfb30c5a328713e3e467e5e2eb5 authored over 9 years ago
Explain ES7 spread operator with example

Thanks @Foxandxss!

Closes #98.

github.com/survivejs/react-book - 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...

github.com/survivejs/react-book - 3c08ebf13c751be4778a48059e603e9e87f5626d authored over 9 years ago
Eliminate lodash reference (Array.isArray works!)

Related to #94.

github.com/survivejs/react-book - 5f5ce2b6e8901085bcda171da606d9b20c059c61 authored over 9 years ago
Add `babel-core` to the project explicitly (npm 3)

Closes #96.

github.com/survivejs/react-book - 05185645b84f737e351aaa544b2ebca12ca77b42 authored over 9 years ago
Remove trailing commas from example project

github.com/survivejs/react-book - 995f93aae78b0edc29c49015597a501f67345d1b authored over 9 years ago
Merge pull request #95 from firedev/hanging-commas

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

github.com/survivejs/react-book - f0b3d9b1e4f117a9aff8be8a956696593e27ff04 authored over 9 years ago
Merge pull request #94 from firedev/07-from-singletons-to-instances

07 from singletons to instances fixes

github.com/survivejs/react-book - 763ed67e54767050b336c54ca1249e33551c458f authored over 9 years ago
Merge pull request #93 from firedev/alt-createStore-comment

Alt create store comment

github.com/survivejs/react-book - 4c3276e9509271691e05ea8d6f35ad00cad8d6ee authored over 9 years ago
Update code to match book

github.com/survivejs/react-book - fe7e86488e5c0cde6a3fbb68dde92b031ae26b53 authored over 9 years ago
Merge pull request #92 from firedev/07_from_notes_to_kanban.md

Intention-revealing variable name

github.com/survivejs/react-book - ed5da4474b4d84729550fb23fa7d769da1795947 authored over 9 years ago
Merge pull request #34 from fakefish/master

Add a chinese version link

github.com/survivejs/webpack-book - 71ebbea0a3916c3f607fef5b7147616c8da9602b authored over 9 years ago
...and this one.

github.com/survivejs/react-book - 31c359a6acda122c3b9420a755c018143f108d24 authored over 9 years ago
i -> id in Lane.jx

github.com/survivejs/react-book - 5ccb638f3be15b5a736aadd7c4166f3a372bda76 authored over 9 years ago
you have to bind to this

github.com/survivejs/react-book - 82c988e7e56af1e041ba8d5b51f63aac9d8edd49 authored over 9 years ago
This one is hard to catch because you can't easily see where it is called from

github.com/survivejs/react-book - 7ba725d187a1550683fa257b048ed8ca54d3f41e authored over 9 years ago
There is no lodash at this point

github.com/survivejs/react-book - 1cacfcc37f5f66cc23cf9b754c82b8db5e6de8d5 authored over 9 years ago