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

Remove empty sentence

github.com/survivejs/react-book - ff7b4c093431d31ff02702607a92de9a134ce8e4 authored over 9 years ago
Replace "problematic" with something more positive

github.com/survivejs/react-book - e8e405f2ee4e889c1e6cbdfa8a2d0c71c7ac55a3 authored over 9 years ago
Mention babel at section header

github.com/survivejs/react-book - dc70485d5b197c4df63ecf68f2b1b284c10ca02d authored over 9 years ago
Push linting chapter after DnD

Linting is an advanced topic so it makes sense to discuss it later to
lower learning curve a bit...

github.com/survivejs/react-book - 8bdb6e4ea6eb1d5fca5abd7b4b18d7d49006b9ad authored over 9 years ago
Make configuration more consistent

Better just to stick to `ROOT_PATH` and `path.resolve` to avoid
confusion.

github.com/survivejs/react-book - 28af83a56a1127cc1fc6ddaa258650c01fa79425 authored over 9 years ago
Drop "Read" link

Since you are already reading it when the navigation is shown there's no
really need for this.

github.com/survivejs/react-book - bd75eacf3e545e77898ba4a6c387287d073c7b1f authored over 9 years ago
Ignore builds directory

github.com/survivejs/react-book - de598157f3566ed70e9b20b292279add8a7693b5 authored over 9 years ago
Add missing file

github.com/survivejs/react-book - 07edfc2d75b49edf07501689a4a22afad475ad07 authored over 9 years ago
Simplify merge config

Explicit is better than `bind` here.

github.com/survivejs/react-book - 4ad360b348f558ec0e1d477904b8e9240c6dce28 authored over 9 years ago
Push webpack-dev-server as an entry point

Simpler and works as well.

github.com/survivejs/react-book - 4fd737ad17ace46ebe5614ff808c2d698c72b7a4 authored over 9 years ago
Use `eval-source` instead of `eval` devtool

Faster and works better on larger projects.

github.com/survivejs/react-book - dcec9e175daf5db9fd8b4a66bae2ee8f1a1231b5 authored over 9 years ago
Fix sectionName check

CoffeeScript... Need to rewrite layouts one day.

github.com/survivejs/react-book - e3c2d822de518fe702629742a461ec671b87a779 authored over 9 years ago
Hide navigation from index

Looks like this needs different check for build... Inconsistency in
Antwar.

github.com/survivejs/react-book - 713c25dbefa950921cc8a7b2d332146aaefbd14c authored over 9 years ago
Show navigation only inside the book

Now landing page has separate action buttons. Feels more effective this
way.

github.com/survivejs/react-book - 1500d0337be13503b0b7ed1b87938fb87d1f8867 authored over 9 years ago
Add React logo

Looks a bit nicer this way.

github.com/survivejs/react-book - 4a1b9ee077b1a3802bb8361407ef2c9476eee0d6 authored over 9 years ago
Fix inconsistency at `addItem` definition

github.com/survivejs/react-book - 59329b5372de9e936e3edaeeba02ce58afd7fd72 authored over 9 years ago
Eliminate redundant binds

Often it's preferable to use `() => ` as that binds automatically and
it's syntactically a bit n...

github.com/survivejs/react-book - 3b96762cd1764ef5434d6aa4b64c477ab6a9910f authored over 9 years ago
Condense acknowledgments

github.com/survivejs/react-book - 66b5c568be291512249316235def4927781aa7f6 authored over 9 years ago
Fix memory leak at Alt connect demo

Thanks Ronald!

Related:
https://medium.com/@goatslacker/react-0-13-x-and-autobinding-b490618942...

github.com/survivejs/react-book - 477c4dffe056cd4e76997c13591a2a34b5815c53 authored over 9 years ago
Simplify wording

github.com/survivejs/react-book - ea8b2d76709b7bd72365d46cbdd47bdee91208fe authored over 9 years ago
Improve formatting

github.com/survivejs/react-book - 7f724797e415a054fd7ac26390f77742a1cb8792 authored over 9 years ago
Eliminate width: auto hack

Now even tall images should render correctly.

github.com/survivejs/react-book - 0b4d43a9da907192a9741beb569db9c892a49de5 authored over 9 years ago
Fix prevnext pages width

Need to fix this in base theme. vw again...

github.com/survivejs/react-book - 8b5f1f610a61ce0d10878d45e5184c19bf351633 authored over 9 years ago
Restrict frontpage header maximum height in a smarter way

It's better to have cover margin constrain this. Now the site should
work better on huge vertica...

github.com/survivejs/react-book - dc4847e160cf46b9cb79b0a3b0cb408087d5c46e authored over 9 years ago
Add missing "that"

github.com/survivejs/react-book - db6c1255cb8bf5683c20648b03fa55f9f6e7b52f authored over 9 years ago
Improve frontpage header legibility

Previously it could get pretty bad if background got to the right spot.

github.com/survivejs/react-book - 5ac7570e4456f398001e8f2a8997f2f4de3cd0d6 authored over 9 years ago
Improve landing page header alignment

Now image should get centered vertically. Looks better on higher
resolutions.

github.com/survivejs/react-book - 2030aadee1685955fa6e2789d7a4c4a4d1962ac8 authored over 9 years ago
Add max-width: 100% to .prevnext

Say no to horizontal scrollbars with vw.

github.com/survivejs/react-book - 098db603e4d8bf3111f58445f42a5537645a2482 authored over 9 years ago
Make landing page header more compact

Now with cover to left and text to right (natural reading order).

github.com/survivejs/react-book - d2b2f2a8f7ec32d9a07302d22106f1557e523088 authored over 9 years ago
Show header on frontpage always

Might do this for the book content as well. We'll see.

github.com/survivejs/react-book - c37983c26c8cb52f8dd5b85bf3ea195c9b0a3164 authored over 9 years ago
Link to Kanban

Not all people might know what it is so better link.

github.com/survivejs/react-book - d20376d08ec4dd6794b0bbef5f2b93e455b98d8a authored over 9 years ago
Drop redundant prevnext container

Given it was there but invisible, it could capture clicks. As a result I
got rid of it.

github.com/survivejs/react-book - cac523de75f9eb0ed9398660b6532132d6c96687 authored over 9 years ago
Enabled dev server hot loading at chapter 5

Better not do that before as normal watch won't work with it.

Closes #62.

github.com/survivejs/react-book - 1e44374a851ff3ad5a9de13c59a155bff6e9f9a4 authored over 9 years ago
Adding react-router navigation, text fitting & transitions

github.com/survivejs/react-for-awesome-people - cad2dac53a2e94972c9cdf6d76ad34aeefd5492e authored over 9 years ago
Fix navigation rendering for Safari

github.com/survivejs/react-book - 7108ded127437e3e1290a6c07864f67c9da66cc5 authored over 9 years ago
Add some margin for header margin selects

github.com/survivejs/react-book - 205d787c67c6515775fabbd5fb8eaaee35055155 authored over 9 years ago
Improve the visual hierarchy of the header

github.com/survivejs/react-book - 8b575ccea5d5b7fce27c60e837412dbaf767d23e authored over 9 years ago
Update acknowledgments

Thanks @mcky, @taion and @DavertMik!

github.com/survivejs/react-book - 6a36820bfbe44532efff3d190412e1fb9eca8d94 authored over 9 years ago
Push navigation to up

Prev/next are at bottom now. Seems more logical now.

github.com/survivejs/react-book - 980c187fcc5a2c8d31437551323857a0d6919fcf authored over 9 years ago
Use auto width for .post__content

Not sure why this is set explicitly on base theme. It breaks things on
lower resolutions.

github.com/survivejs/react-book - 93311eb78d97dd15afcdaaf6afeb7ebb1024c12b authored over 9 years ago
Condense benefits section

Less to read, more power.

github.com/survivejs/react-book - f57bb429ecdac9b47a366ea303abaef3d4fb0bf4 authored over 9 years ago
Replace front background with something less gloomy

Thanks Michael!

github.com/survivejs/react-book - f8286bfbf44d80e011f18e6622fbe37980621c7b authored over 9 years ago
Fix navigation style on mobile

github.com/survivejs/react-book - 70f8f3a672b29c03150d52b714064d7562db0efb authored over 9 years ago
Add extra letter spacing for prevnext

github.com/survivejs/react-book - 767d42309e9222f82fb4905de09a01150638a313 authored over 9 years ago
Fix positioning after entering the site through an anchor

Reference:
https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-...

github.com/survivejs/react-book - 584f5bb41167f0d644ff3b4beaa5e32e56d23dc7 authored over 9 years ago
Add extra padding at the end of lists

github.com/survivejs/react-book - 7ee9da4dcd2d7497779ff4eb969804deab91fd77 authored over 9 years ago
Add extra letter spacing for headers

github.com/survivejs/react-book - be87893b57b7c1b8687ce7a2e97e83d1e50f2556 authored over 9 years ago
Style `code` blocks better in headers

Thanks @taion!

github.com/survivejs/react-book - 5da7b8da91befabf964df7a8515d5edec346ffcb authored over 9 years ago
Add @dbunskoek to acknowledgments

github.com/survivejs/react-book - 8f193ae326ef871467da324499bbd58ca6d91124 authored over 9 years ago
Merge pull request #61 from dbunskoek/master

Fixed some small typos / made some textual improvements

github.com/survivejs/react-book - 24691eab80eb0cd6bc13dd6d6f39617546d45eca authored over 9 years ago
Add some visual interest to the site header

github.com/survivejs/react-book - 9f17d457af591f4dc21c0e8ddb7eab08fcae1de6 authored over 9 years ago
Fixed some small typos / made some textual improvements

github.com/survivejs/react-book - 5174dddb23aa11e70764ed10970d5b49de17a9fc authored over 9 years ago
Remove redundant "To "

github.com/survivejs/react-book - ca6a361ed7689a2cd672e2a3f91dc6f3120e7467 authored over 9 years ago
Fix frontpage layout on small resolutions

vw ugh... Just need to remember to clamp that to max-width 100% always.

github.com/survivejs/react-book - 370dd0bebabedd0be56cc3f00c6476a903937335 authored over 9 years ago
Make copy more benefit oriented

github.com/survivejs/react-book - 2f75333788564d2ba2b2e094144ff9827799a607 authored over 9 years ago
Drop redundant buttons from front header

These should go later to actually motivate usage.

github.com/survivejs/react-book - 39227337cb4d86c1b03e6dcd3c3d4cae7452720c authored over 9 years ago
Make front motto more prominent

github.com/survivejs/react-book - 4b06edda9ae8ed76d4063c95d4fc82074b4797ed authored over 9 years ago
Drop why part

Redundant fluff.

github.com/survivejs/react-book - 2f43509aea2f81c5aeb11c7be2c543786a791cbc authored over 9 years ago
Remove extra margin from front header

github.com/survivejs/react-book - b3433ddf86d7f2851a0b0f509d1a05b32dea9bc7 authored over 9 years ago
Improve landing page header outlook

github.com/survivejs/react-book - c75ad54c6fe66d39bb719372aaa435d7729891ed authored over 9 years ago
Show header image attributions per chapter

github.com/survivejs/react-book - a085c7efd42f62fb341d44bad48945e8b32e467c authored over 9 years ago
Set up header for troubleshooting

github.com/survivejs/react-book - 7a837e891e182e3ffa75358d28435a7b6754e2da authored over 9 years ago
Add troubleshooting chapter

Closes #60.

github.com/survivejs/react-book - 3b1db28b2047fea6eca9256e15ff2acc09769639 authored over 9 years ago
Make buy button more prominent at header

github.com/survivejs/react-book - c4e9a7d9697975ebae56f15aeed003d1221fcd38 authored over 9 years ago
Add author photo

github.com/survivejs/react-book - 34374fffef0eb85e3547a3c5fe2c94bd4fc1e4dc authored over 9 years ago
Push chapter heading size on large resolutions

Way better visually.

github.com/survivejs/react-book - 4e13f27556b215643906581024337afd8d75a5d5 authored over 9 years ago
Push TOC to a better place

github.com/survivejs/react-book - 2badd2bbd71a723d31bf16c37b638083aa74c38e authored over 9 years ago
Add @rxaviers to acknowledgments

github.com/survivejs/react-book - d9f7362b8390147be6b61d5be1b7fe4bb97aff06 authored over 9 years ago
Typo fixes

Thanks @rxaviers.

github.com/survivejs/react-book - 6db6725e4180242c7bbe664f0955a7251acdeb11 authored over 9 years ago
Remove trailing comma from JSON

github.com/survivejs/react-book - 6ec63b7d7352df6ae77a6f2a5cba575e07f04dc8 authored over 9 years ago
Make indentation consistent

github.com/survivejs/react-book - 05ef364c80066806b61f643d1c1ee5baceb7c9b0 authored over 9 years ago
Check that `kanban_app` to build exists

github.com/survivejs/react-book - 4c1da60615d2a316f6eb7b148c992de5df3986be authored over 9 years ago
Drop lodash dependency

github.com/survivejs/react-book - aea7a4a565a3f03cb3a8df1995a74348ccbc55f9 authored over 9 years ago
Drop custom merge and use a library instead

Less code, shorter book. Win overall.

github.com/survivejs/react-book - b0b10e2fbdc850f673024507c59d6385ca1b7dd2 authored over 9 years ago
Replace custom merge with webpack-merge

github.com/survivejs/react-component-boilerplate - b9cdaa109bed0483b5625cf1809777e6f00a0164 authored over 9 years ago
Replace custom merge with webpack-merge

github.com/survivejs/reports-boilerplate - b9cdaa109bed0483b5625cf1809777e6f00a0164 authored over 9 years ago
Remove uppercase from front page header

More legible, less confusing this way.

github.com/survivejs/react-book - d782db8c8fff497311437bc141aed2b7aac10f38 authored over 9 years ago
Add more margin for content

github.com/survivejs/react-book - e63916be200ee212b996ee658dbbbe9b3b340b46 authored over 9 years ago
Improve page title formatting

Easier to tweet now and better for SEO.

github.com/survivejs/react-book - 10a66df88d22fb50d49d754ee2ddeeb95d4402c6 authored over 9 years ago
Make copy intro more compact

github.com/survivejs/react-book - cdd21432456948e5174e8d1380b980892e4ec784 authored over 9 years ago
Redo frontpage header

Now it should be clearer that it's a book.

github.com/survivejs/react-book - 3a3fed26f5793271375307e6fe936608fbdbf195 authored over 9 years ago
Drop max-width hack

Now it's in the default theme itself.

github.com/survivejs/react-book - 198091b1afa9cca7f4289dddd2122b5e3ea17c4f authored over 9 years ago
Update title page to technical format

Otherwise the image will get flattened. That looks just bad.

github.com/survivejs/react-book - 66db00ac81934fb2ebe64e5b8e3f10cbb22e442b authored over 9 years ago
Update title graphics

This is more original.

github.com/survivejs/react-book - 0151694f62a38bde54da05efa93dfedf4175d812 authored over 9 years ago
Rewrite copy

Added some extra info and formatted better.

github.com/survivejs/react-book - ecf06fe335e0eeecad0e4007c93a9af5c0144a58 authored over 9 years ago
Make bottom gradient subtler

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