Builderbook Versions Save

Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.

v2.0.0

4 years ago

Both main app (repo's root) and book's chapters got following upgrades:

  • Next was upgraded to v8, lib/withLayout.js HOC is replaced with pages/_app.js HOC (shared layout HOC). More about App HOC: https://github.com/zeit/next.js/#custom-app
  • Material-UI (both @material-ui/core and @material-ui/styles) was upgraded to v4, implementation for server-side rendered styles was updated
  • numerous ESLint fixes throughout all apps
  • removed noHeader prop from main app and book's chapters apps
  • boilerplate app was removed, feel free to use book/1-start or book/1-end as a lean boilerplate
  • the rest of packages were upgraded to the latest versions as of 06-26-2019

v1.0.0

6 years ago

Changes for both - main app and book code (commit https://github.com/builderbook/builderbook/commit/9fdca6859f2386f88320dc8473e12a710da0c01a):

  • Updated packages,
  • Added universal configuration for GA_TRACKING_ID and StripePublishableKey,
  • Updated scripts, now.json file.

  • Added Google Analytics (main app only)