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.
These are my preffered project guidelines in nextjs: # Next.js and TypeScript Project Guidelines Project Structure - public/: For static assets - src/app/: For Next.js 13+ app router pages and layouts - src/components/: For reusable React compone
Martin Kulvedrøsten Myhre
13:18-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:33-8/29/2024
Events can be very hard to work with in react so i made a type safe hook that simplifies the process. The last thing i want is to download a whole hook library just for one hook so the simplest thing is to add it yourself. Usage:
Martin Kulvedrøsten Myhre
12:26-10/25/2023