DEV Community

Discussion on: Speed up your website in 1 minute with Instant.page

 
nickytonline profile image
Nick Taylor

There is also guess. So many great projects.

GitHub logo guess-js / guess

Libraries & tools for enabling Machine Learning driven user-experiences on the web

Build Status

Guess.js (alpha)

Libraries and tools for enabling data-driven user-experiences on the web.

Quickstart

For Webpack users:

Data-driven bundling

Install and configure GuessPlugin - the Guess.js webpack plugin which automates as much of the setup process for you as possible.

Should you wish to try out the modules we offer individually, the packages directory contains three packages:

  • ga - a module for fetching structured data from the Google Analytics API to learn about user navigation patterns.
  • parser - a module providing JavaScript framework parsing. This powers the route-parsing capabilities implemented in the Guess webpack plugin.
  • webpack - a webpack plugin for setting up predictive fetching in your application. It consumes the ga and parser modules and offers a large number of options for configuring how predictive fetching should work in your application.

For non-Webpack users:

Data-driven loading

Our predictive-fetching for sites workflow provides a set of steps you can…