Tug Gralltgrall.hashnode.dev·Dec 28, 2023Resize multiple Next.js components with GitHub CopilotToday, I tackled the creation of a new NextJS form for my application, opting for a sleek horizontal arrangement of components. Striving for a 100% width within the parent container proved trickier than expected. Copilot came to the rescue, aiding wi...GitHub
Tug Gralltgrall.hashnode.dev·Dec 26, 2023Seamless React State Updates: Mastering Lists with GitHub CopilotIn my Next.js project, I encountered a challenge while working on a form that involved managing a list of values. Being a beginner, I found myself unsure about the logic required to extract the selected value from the list and update the state of the...coding with copilot