Skip to content

Commit 59d23d4

Browse files
committed
Docs(README): minor revisions (why, support, projects)
1 parent 8799aca commit 59d23d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Quicklink attempts to make navigations to subsequent pages load faster. It:
1212

1313
## Why
1414

15-
This project aims to be a drop-in solution for sites to prefetch links based on what is in the user's viewport.
15+
This project aims to be a drop-in solution for sites to prefetch links based on what is in the user's viewport. It also aims to be small (**< 1KB minified/gzipped**).
1616

1717
## Installation
1818

@@ -133,7 +133,7 @@ quicklink({ priority: 'high' });
133133

134134
## Browser support
135135

136-
The prefetching provided by `quicklink` can be viewed as a progressive enhancement. Cross-browser support is as follows:
136+
The prefetching provided by `quicklink` can be viewed as a [progressive enhancement](https://www.smashingmagazine.com/2009/04/progressive-enhancement-what-it-is-and-how-to-use-it/). Cross-browser support is as follows:
137137

138138
* Without polyfills: Chrome, Firefox, Edge, Opera, Android Browser, Samsung Internet.
139139
* With [Intersection Observer polyfill](https://github.com/w3c/IntersectionObserver/tree/master/polyfill) ~6KB gzipped/minified: Safari, IE9+
@@ -142,7 +142,7 @@ Certain features have layered support. If opting for `{priority:'high'}` and `fe
142142

143143
## Related projects
144144

145-
* Using [Gatsby](https://gatsbyjs.org)? You already get most of this for free baked in. It uses `Intersection Observer` to prefetch all of the links that are in view.
145+
* Using [Gatsby](https://gatsbyjs.org)? You already get most of this for free baked in. It uses `Intersection Observer` to prefetch all of the links that are in view and provided heavy inspiration for this project.
146146
* Want a more data-driven approach? See [Guess.js](https://guessjs.com). It uses analytics and machine-learning to prefetch resources based on how users navigate your site. It also has plugins for Webpack and Gatsby.
147147

148148
## License

0 commit comments

Comments
 (0)