JMJacopo Marroneintresorama.hashnode.dev·May 24, 2023 · 3 min readMaybe you don't know that Javascript can conditionally importFor a side project, I was creating a personal blog starter. Without going into details, it's a Next.js project that use SSG to create every pages at build time. You can decide "how and where" you write and store your articles. The choice is between t...00
JMJacopo Marroneintresorama.hashnode.dev·May 17, 2023 · 10 min readLearning Vue as a React devI work daily with React. In recent days I decided to try Vue for the first time.I enjoyed the experience, so I decided to share my thoughts. Frontend Framework Do you know Create React App? Class Components? React Hooks? Next.js? Great, so you know w...01J