Marc
Marc
How to reproduce: (macbook scroll): Go to https://matthias-vogt.github.io/face-cursor.js/ and scroll down without moving the cursor. Now move the cursor, the cards jump to updated position. 😎
Currently the TOC is hard to read, because the font-color is white, but it's background in a light shade of grey.
See #9. This is my initial approach to make reactivity available outside of blaze templates. Feedback is welcome!
Hello, how would you approach using Apollo outside Templates? For now I'm using the apolloClient, instantiated with `new ApolloClient(config)` directly. The biggest disadvantage is, however, that you don't have reactiveness...
Installing `react-lazily-render` in a project using React 17 or 18 fails with the following error: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...