Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from facebook/react
A Suspense enabled React server renderer
-
[Deprecated in favour of react-lightyear] An experimental React serverside renderer built on top of the reconciler.
-
A demo showcasing rendering all possible application states server-side.
JavaScript 8
-
A higher order component for matching route-components before render, without a centralized config.
JavaScript 3
-
A quickly thrown together demo of a client side progress bar fed server side progress through streaming html
JavaScript 1
-
Forked from kolodny/exercises
Some basic javascript coding challenges and interview questions
JavaScript
36 contributions in the last year
Contribution activity
September 2020
Created a pull request in tannerlinsley/react-query that received 2 comments
fix(hydration): overwrite the existing data in the cache if hydrated data is newer
Fixes #951
This makes it so hydrating queries that have newer data according to updatedAt will set this new data to the existing query in the cache…