Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
/ nextjs-blog Public archive

🔬 This is a personal project with Next.js for study and concept dive

Notifications You must be signed in to change notification settings

vrbarros/nextjs-blog

Repository files navigation

Next.js Blog for victorbarros.com

Concepts

  • Authentication
  • CMS Headless using Storyblok
  • Theme
  • Payments
  • Localization
  • Design System

Packages

  • React@17
  • Next.js@10
  • SWR
  • Material-UI
  • Storybook

Material-UI

There is some important adjustments that are needed in order to use Material-UI with Next.js

  1. Must install dependencies related to @emotion:
yarn add @emotion/css @emotion/cache @emotion/server
  1. Expose _document.js and adjust _app.js to cache and handle with specific CSS
  2. Adjust usage of Next.js Link

Packages Maintenance

It is important to keep all packages updated.

yarn upgrade-interactive

References

About

🔬 This is a personal project with Next.js for study and concept dive

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published