Developer and entrepreneur from Elverum. Working as a Junior Consultant at Inmeta Consulting AS where I work with full-stack development, primarily in Optimizely, Next.js, and Sanity. Also running a startup "3Steps AS" where we are developing a statistics and management platform for handball. As well as a company (Limeyfy AS) where I develop websites for smaller clients.
When we have built content-heavy websites with Next.js and a headless CMS (Sanity, in our case), one common challenge in all of the projects is rendering dynamic content blocks without bloating the website with JavaScript. Here's a scalable pattern f
Martin Kulvedrøsten Myhre
12:11-1/23/2025
These are my preffered project guidelines in nextjs: Project Structure - public/: For static assets - src/app/: For Next.js 13+ app router pages and layouts - src/components/: For reusable React components - src/hooks/: For custom hooks, organize
Martin Kulvedrøsten Myhre
13:00-9/5/2024
When we deployed https://inmeta.no we decided to add a swedish (.se) page but we wanted to completly divide them when it comes to content. This meant we would not be doing the traditional /[locale]/...content also called i18n routing. Turned out tha
Martin Kulvedrøsten Myhre
06:30-8/29/2024