oli
oli
We need to fix the URL in the BookGrid/Row components
It's not actually working

RE: side-scrolling — I think sizing the book cards to the viewport would help here. That way we could do what Airbnb/Play Books do and ensure you can always see...
Is this a personal preference thing or is there a reason for it? It's come up a few times on the course as it seems quite common to write ```js...
Thank you! And thanks for taking the time to review 😄
It looks like it's going to be really hard to do this. React Reader doesn't expose any of the underlying styling. EpubJS has a `setStyle` function that lets you change...
Exactly the same problem on my new Nexus 6 running 5.1.1
Yeah I just hit the same problem. Any dependencies of an `.11ty.js` layout are not correctly updated when the page reloads. This makes it almost impossible to work with JS...
I'm also encountering this. It's definitely a bug because the wildcard route _doesn't_ match other functions as far as I can tell. E.g. with 3 defined functions: 1. `functions/index.js` 2....