goodwin64 / yarr

A React router library enabling the render-as-you-fetch concurrent UI pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Yarr is yet another React router library, but with a focus on enabling the render-as-you-fetch concurrent UI pattern by offering both component code preloading and data preloading. This behavior is enabled even without opt-in to React's experimental Concurrent Mode. Yarr was originally developed for use with Relay (formally Relay Modern) in September 2020 for internal use at Contra.

More info coming soon.

Installation

Yarn requires React >=16.14.0.

npm install yarr
# or
yarn add yarr

License

MIT License

About

A React router library enabling the render-as-you-fetch concurrent UI pattern.

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.0%Language:Shell 0.1%