SASeun Akanniinarticles.seunakanni.me·May 29, 2022 · 6 min readHeadless CMS and NuxtThe essence of this documentation is to explain how you could use platforms like WordPress to manage content that can be displayed on your web app; blogs for example. Problem: We want to display blog posts on our website at blog.example.com or exampl...00
SASeun Akanniinarticles.seunakanni.me·Sep 26, 2021 · 2 min readShaved up ~35% off bundle size; How?Using Nuxtjs, it ships with the webpack bundle analyzer; which helps to give an overview of your bundle. Run the command nuxt build --analyze Before The final bundle size is at 420kb ( Not so bad. But can be improved upon) Few details caught my att...00
SASeun Akanniinarticles.seunakanni.me·Apr 25, 2021 · 4 min readDon't have CSR and SSR mixed up!Server-side rendering vs Client-side rendering. As a self-taught developer who has worked with Javascript frameworks such as Angular, Nextjs, and Nuxt, I've struggled to decide whether to use SSR or CSR because they both have advantages and disadvan...00
SASeun Akanniinarticles.seunakanni.me·Dec 21, 2020 · 4 min readHow I got into TechIt all started when I got into college. I was fortunate to have applied to study computer science at Yaba College of Technology. I never really understood what "computer science" was when I applied, I was fascinated at the fact that it involved compu...00
SASeun Akanniinarticles.seunakanni.me·Aug 22, 2020 · 4 min readStructuring Reactjs / Nextjs ApplicationsIn a collaborative environment, while building web applications, the overall project structure and directory management could be a great deal to how your teammates would love working with you on the project and also how it makes them think less navig...00