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
github.com/survivejs/react-book - ff7b4c093431d31ff02702607a92de9a134ce8e4 authored over 9 years ago
github.com/survivejs/react-book - e8e405f2ee4e889c1e6cbdfa8a2d0c71c7ac55a3 authored over 9 years ago
github.com/survivejs/react-book - dc70485d5b197c4df63ecf68f2b1b284c10ca02d authored over 9 years ago
Linting is an advanced topic so it makes sense to discuss it later to
lower learning curve a bit...
github.com/survivejs/react-for-awesome-people - 37e29c09b6e39e94b6ad6cf3f2709f5b24b79e05 authored over 9 years ago
Better just to stick to `ROOT_PATH` and `path.resolve` to avoid
confusion.
github.com/survivejs/react-book - 5d3f90561f49f177807a6c226b10ee0aa1253792 authored over 9 years ago
Since you are already reading it when the navigation is shown there's no
really need for this.
github.com/survivejs/react-book - de598157f3566ed70e9b20b292279add8a7693b5 authored over 9 years ago
github.com/survivejs/react-book - 07edfc2d75b49edf07501689a4a22afad475ad07 authored over 9 years ago
Explicit is better than `bind` here.
github.com/survivejs/react-book - 4ad360b348f558ec0e1d477904b8e9240c6dce28 authored over 9 years agoSimpler and works as well.
github.com/survivejs/react-book - 4fd737ad17ace46ebe5614ff808c2d698c72b7a4 authored over 9 years agoFaster and works better on larger projects.
github.com/survivejs/react-book - dcec9e175daf5db9fd8b4a66bae2ee8f1a1231b5 authored over 9 years agoCoffeeScript... Need to rewrite layouts one day.
github.com/survivejs/react-book - e3c2d822de518fe702629742a461ec671b87a779 authored over 9 years ago
Looks like this needs different check for build... Inconsistency in
Antwar.
Now landing page has separate action buttons. Feels more effective this
way.
github.com/survivejs/react-book - 0fdc0066690064e5f197be19180e1ad56cba7cc9 authored over 9 years ago
Looks a bit nicer this way.
github.com/survivejs/react-book - 4a1b9ee077b1a3802bb8361407ef2c9476eee0d6 authored over 9 years agogithub.com/survivejs/react-book - 59329b5372de9e936e3edaeeba02ce58afd7fd72 authored over 9 years ago
Often it's preferable to use `() => ` as that binds automatically and
it's syntactically a bit n...
github.com/survivejs/react-book - 66b5c568be291512249316235def4927781aa7f6 authored over 9 years ago
Thanks Ronald!
Related:
https://medium.com/@goatslacker/react-0-13-x-and-autobinding-b490618942...
github.com/survivejs/react-book - ea8b2d76709b7bd72365d46cbdd47bdee91208fe authored over 9 years ago
github.com/survivejs/react-for-awesome-people - dd13ef388ee45c783bcb1003124af5f24ef0c8a2 authored over 9 years ago
github.com/survivejs/react-for-awesome-people - a64e6046822519aa809bb95a39e49ea84b339f87 authored over 9 years ago
github.com/survivejs/react-for-awesome-people - 47cc52fe894cd074181805889819ad2ac579e71f authored over 9 years ago
github.com/survivejs/react-book - e70baa8ec5e9a17cff31973fb94d6ac560099c5a authored over 9 years ago
github.com/survivejs/react-book - 7f724797e415a054fd7ac26390f77742a1cb8792 authored over 9 years ago
Now even tall images should render correctly.
github.com/survivejs/react-book - 0b4d43a9da907192a9741beb569db9c892a49de5 authored over 9 years agoNeed to fix this in base theme. vw again...
github.com/survivejs/react-book - 8b5f1f610a61ce0d10878d45e5184c19bf351633 authored over 9 years ago
It's better to have cover margin constrain this. Now the site should
work better on huge vertica...
github.com/survivejs/react-book - db6c1255cb8bf5683c20648b03fa55f9f6e7b52f authored over 9 years ago
Previously it could get pretty bad if background got to the right spot.
github.com/survivejs/react-book - 5ac7570e4456f398001e8f2a8997f2f4de3cd0d6 authored over 9 years ago
Now image should get centered vertically. Looks better on higher
resolutions.
Say no to horizontal scrollbars with vw.
github.com/survivejs/react-book - 098db603e4d8bf3111f58445f42a5537645a2482 authored over 9 years agoNow with cover to left and text to right (natural reading order).
github.com/survivejs/react-book - d2b2f2a8f7ec32d9a07302d22106f1557e523088 authored over 9 years agoMight do this for the book content as well. We'll see.
github.com/survivejs/react-book - c37983c26c8cb52f8dd5b85bf3ea195c9b0a3164 authored over 9 years agoNot all people might know what it is so better link.
github.com/survivejs/react-book - d20376d08ec4dd6794b0bbef5f2b93e455b98d8a authored over 9 years ago
Given it was there but invisible, it could capture clicks. As a result I
got rid of it.
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 agogithub.com/survivejs/react-for-awesome-people - cad2dac53a2e94972c9cdf6d76ad34aeefd5492e authored over 9 years ago
github.com/survivejs/react-book - 7108ded127437e3e1290a6c07864f67c9da66cc5 authored over 9 years ago
github.com/survivejs/react-book - 205d787c67c6515775fabbd5fb8eaaee35055155 authored over 9 years ago
github.com/survivejs/react-book - 8b575ccea5d5b7fce27c60e837412dbaf767d23e authored over 9 years ago
Thanks @mcky, @taion and @DavertMik!
github.com/survivejs/react-book - 6a36820bfbe44532efff3d190412e1fb9eca8d94 authored over 9 years agoPrev/next are at bottom now. Seems more logical now.
github.com/survivejs/react-book - 980c187fcc5a2c8d31437551323857a0d6919fcf authored over 9 years ago
Not sure why this is set explicitly on base theme. It breaks things on
lower resolutions.
Less to read, more power.
github.com/survivejs/react-book - f57bb429ecdac9b47a366ea303abaef3d4fb0bf4 authored over 9 years agoThanks Michael!
github.com/survivejs/react-book - f8286bfbf44d80e011f18e6622fbe37980621c7b authored over 9 years agogithub.com/survivejs/react-book - 70f8f3a672b29c03150d52b714064d7562db0efb authored over 9 years ago
github.com/survivejs/react-book - 767d42309e9222f82fb4905de09a01150638a313 authored over 9 years ago
Reference:
https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-...
github.com/survivejs/react-book - 7ee9da4dcd2d7497779ff4eb969804deab91fd77 authored over 9 years ago
github.com/survivejs/react-book - be87893b57b7c1b8687ce7a2e97e83d1e50f2556 authored over 9 years ago
Thanks @taion!
github.com/survivejs/react-book - 5da7b8da91befabf964df7a8515d5edec346ffcb authored over 9 years agogithub.com/survivejs/react-book - 8f193ae326ef871467da324499bbd58ca6d91124 authored over 9 years ago
Fixed some small typos / made some textual improvements
github.com/survivejs/react-book - 24691eab80eb0cd6bc13dd6d6f39617546d45eca authored over 9 years agogithub.com/survivejs/react-book - 9f17d457af591f4dc21c0e8ddb7eab08fcae1de6 authored over 9 years ago
github.com/survivejs/react-book - 5174dddb23aa11e70764ed10970d5b49de17a9fc authored over 9 years ago
github.com/survivejs/react-book - ca6a361ed7689a2cd672e2a3f91dc6f3120e7467 authored over 9 years ago
vw ugh... Just need to remember to clamp that to max-width 100% always.
github.com/survivejs/react-book - 370dd0bebabedd0be56cc3f00c6476a903937335 authored over 9 years agogithub.com/survivejs/react-book - 2f75333788564d2ba2b2e094144ff9827799a607 authored over 9 years ago
These should go later to actually motivate usage.
github.com/survivejs/react-book - 39227337cb4d86c1b03e6dcd3c3d4cae7452720c authored over 9 years agogithub.com/survivejs/react-book - 4b06edda9ae8ed76d4063c95d4fc82074b4797ed authored over 9 years ago
Redundant fluff.
github.com/survivejs/react-book - 2f43509aea2f81c5aeb11c7be2c543786a791cbc authored over 9 years agogithub.com/survivejs/react-for-awesome-people - bac3b414b6c859537da9e347fe850ad9e391722a authored over 9 years ago
github.com/survivejs/react-for-awesome-people - 85aace18c6aba90bfb6d1278c0fe03b5cf07a9b5 authored over 9 years ago
github.com/survivejs/react-for-awesome-people - 8746eb7a97fc8aa1eafc1f731963048ca5f64ec6 authored over 9 years ago
github.com/survivejs/react-book - b3433ddf86d7f2851a0b0f509d1a05b32dea9bc7 authored over 9 years ago
github.com/survivejs/react-book - c75ad54c6fe66d39bb719372aaa435d7729891ed authored over 9 years ago
github.com/survivejs/react-book - 3da2e659e10772ce6972dcbc21fb2733603f531a authored over 9 years ago
github.com/survivejs/react-book - a085c7efd42f62fb341d44bad48945e8b32e467c authored over 9 years ago
github.com/survivejs/react-book - 7a837e891e182e3ffa75358d28435a7b6754e2da authored over 9 years ago
Closes #60.
github.com/survivejs/react-book - 3b1db28b2047fea6eca9256e15ff2acc09769639 authored over 9 years agogithub.com/survivejs/react-book - 42f4901821bf87a5adacc44e32a7c6dcbb01547f authored over 9 years ago
github.com/survivejs/react-book - c4e9a7d9697975ebae56f15aeed003d1221fcd38 authored over 9 years ago
github.com/survivejs/react-book - 34374fffef0eb85e3547a3c5fe2c94bd4fc1e4dc authored over 9 years ago
Way better visually.
github.com/survivejs/react-book - 4e13f27556b215643906581024337afd8d75a5d5 authored over 9 years agogithub.com/survivejs/react-book - 2badd2bbd71a723d31bf16c37b638083aa74c38e authored over 9 years ago
github.com/survivejs/react-book - d9f7362b8390147be6b61d5be1b7fe4bb97aff06 authored over 9 years ago
Thanks @rxaviers.
github.com/survivejs/react-book - 6db6725e4180242c7bbe664f0955a7251acdeb11 authored over 9 years agogithub.com/survivejs/react-book - 6ec63b7d7352df6ae77a6f2a5cba575e07f04dc8 authored over 9 years ago
github.com/survivejs/react-book - 05ef364c80066806b61f643d1c1ee5baceb7c9b0 authored over 9 years ago
github.com/survivejs/react-book - 4c1da60615d2a316f6eb7b148c992de5df3986be authored over 9 years ago
github.com/survivejs/react-book - aea7a4a565a3f03cb3a8df1995a74348ccbc55f9 authored over 9 years ago
Less code, shorter book. Win overall.
github.com/survivejs/react-book - b0b10e2fbdc850f673024507c59d6385ca1b7dd2 authored over 9 years agogithub.com/survivejs/react-component-boilerplate - b9cdaa109bed0483b5625cf1809777e6f00a0164 authored over 9 years ago
github.com/survivejs/reports-boilerplate - b9cdaa109bed0483b5625cf1809777e6f00a0164 authored over 9 years ago
github.com/survivejs/react-component-boilerplate - b25a1cbfa6a92fbab306f6580e39ecdf87facfbb authored over 9 years ago
github.com/survivejs/reports-boilerplate - b25a1cbfa6a92fbab306f6580e39ecdf87facfbb authored over 9 years ago
More legible, less confusing this way.
github.com/survivejs/react-book - d782db8c8fff497311437bc141aed2b7aac10f38 authored over 9 years agogithub.com/survivejs/react-book - e63916be200ee212b996ee658dbbbe9b3b340b46 authored over 9 years ago
Easier to tweet now and better for SEO.
github.com/survivejs/react-book - 10a66df88d22fb50d49d754ee2ddeeb95d4402c6 authored over 9 years agogithub.com/survivejs/react-book - cdd21432456948e5174e8d1380b980892e4ec784 authored over 9 years ago
Now it should be clearer that it's a book.
github.com/survivejs/react-book - 3a3fed26f5793271375307e6fe936608fbdbf195 authored over 9 years agoNow it's in the default theme itself.
github.com/survivejs/react-book - 198091b1afa9cca7f4289dddd2122b5e3ea17c4f authored over 9 years agoOtherwise the image will get flattened. That looks just bad.
github.com/survivejs/react-book - 66db00ac81934fb2ebe64e5b8e3f10cbb22e442b authored over 9 years agoThis is more original.
github.com/survivejs/react-book - 0151694f62a38bde54da05efa93dfedf4175d812 authored over 9 years agoAdded some extra info and formatted better.
github.com/survivejs/react-book - ecf06fe335e0eeecad0e4007c93a9af5c0144a58 authored over 9 years agogithub.com/survivejs/react-book - d02c0e7956093b695585f2d250884d15fe869fd9 authored over 9 years ago