Patrick Riley
Patrick Riley
After [graphing](https://github.com/priley86/blog-dombench/tree/dombench2/graphs) these results, it seems the following are apparent on a Macbook Pro (vs your linux/Chromium environment [results](https://auth0.com/blog/updated-and-improved-more-benchmarks-virtual-dom-vs-angular-12-vs-mithril-js-vs-the-rest/)): 1. Your linux environment is much faster on all tests 2....
After reading [#4](https://github.com/auth0-blog/blog-dombench/issues/4) it appears that FPS and dropped-frames are more important for gauging the validity of this test (as the faster a framework calculates renders, the more time spent...
@sebadoom thanks so much for the reply. I'd like any further analysis you can provide on this gap i've noticed between Linux/OSX Chrome/Chromium. We should be able to run this...
hello Docusaurus friends 👋 I wanted to report having the same issue here w/ rendering any styled-components in my extended/swizzled Docusaurus templates. This caused a good deal of flicker and...
This fix would be a huge addition for anyone using Apollo Client 2, I certainly hope it is in some way ported into Apollo Client 3. Right now, I am...
for anyone out there needing a temp solution for Apollo 2.x, I have forked `@apollo/react-testing` and provided this as an NPM here: https://www.npmjs.com/package/@houselanister/react-testing ``` "@houselanister/react-testing": "3.1.6", ``` Commit: https://github.com/priley86/react-apollo/commits/mismatch-query
any update on this issue? Stumbling on it today 🙃
hey again 👋 , i confirmed that the workarounds mentioned will work for _import assertions_ , but will not yet work for _import attributes_. I've opened a separate feature request...
@alexmarple thanks again for reaching out... Some updates for this app are T.B.D. cc: @dgutride
@aljesusg either way should work (using the `masthead` prop on VertNav... or just creating a separate JSX). I just tested and found that doing: ``` ... ``` exhibits the same...