Adam Söderström
Adam Söderström
# Description Following the README's guidance: > ## Installation > > 1. yarn > 2. yarn run start > 3. Server now up on http://localhost:3000 ...Results in the following error:...
As the summary says, this PR replaces `es2015-i18n-tag` tooling with `lingui`. `lingui` comes with a few nice tools and workflows, but also results in SWC support for the Next application...
# Change i18n tooling to [`lingui`](https://lingui.dev) ## Pros - Works with [SWC](https://lingui.dev/ref/macro.html#swc) _and_ [Babel](https://lingui.dev/ref/macro.html#babel). Gives us compatibility for Storybook. - Possibility to [generate catalog files based upon i18n usage in...
We're currently using Unsplash's `source.unsplash` service, which seems to be phased out from the Unsplash platform. I've experienced that these URL's has increased in response times + resolves to a...
We currently use a tool called `husky` to check if the project contains any ESLint errors. The tool runs on `git commit`, but performs before the actual commit has occurred....
Didn't manage to start the dev server with `yarn dev`
### Link to the code that reproduces this issue https://github.com/adamsoderstrom/next-16-cache-components-vercel-cache-misses ### To Reproduce 1. Start the application in development (`next dev`) 2. Navigate to the homepage (`http://localhost:3000`) 3. Identify the...