Library
Some collection of code snippets that I put for easy access, feel free to reuse!
Choose topic:Skip tag
Absolute Import
––– likes•Setting up Absolute Imports with jsconfig
Authentication Context
––– likes•Great way to structure authentication context in React apps.
Changing the URI (URL) for a remote Git repository?
––– likes•Setting up New Git Remote URL
Conventional Commits Readme
––– likes•Conventional commits documentation for README.md
Invalid `<Link>` with `<a>` child
––– likes•Starting with Next.js 13, <Link> renders as <a>, so attempting to use <a> as a child is invalid.
Updating each dependency in package.json to the latest version?
––– likes•How to update dependencies in package file