Nwose Lotanna Web Developer and Writer

Stories by Nwose Lotanna

Vue.js Event Emitters Modify Component Data

Using Vue.js event emitters to modify component data

Dev

This demo shows how to pass data and its state from a child component to its parent component in Vue.js using event emitters.

Nwose Lotanna
Mar 21, 2022 ⋅ 3 min read
Automatically build and deploy a Vue.js app with GitHub Pages

Automatically build and deploy a Vue.js app with GitHub Pages

Dev

Learn how to automatically build and deploy a Vue.js project to GitHub Pages, a static site hosting service for your GitHub projects.

Nwose Lotanna
Nov 5, 2021 ⋅ 4 min read

Using Vue.js slots to pass HTML content to components

Dev

Learn how using Vue.js slots can be an efficient solution for passing down template code from one component to another.

Nwose Lotanna
Sep 9, 2021 ⋅ 5 min read
Using RxJS Operators To Consume Observables

Using RxJS operators to consume Observables

Dev

Learn how to use Observables in the RxJS a framework for reactive programming, making it easy to write asynchronous code.

Nwose Lotanna
Aug 12, 2021 ⋅ 4 min read
reasons-benefits-using-styled-components

Benefits of using styled-components in React

Dev

styled-components lets you write actual CSS to style React components. Learn the benefits of this CSS-in-JS styling framework.

Nwose Lotanna
Jul 8, 2021 ⋅ 6 min read
Lazy Loading and Code Splitting in Vue.js

Lazy loading components and code splitting in Vue.js

Dev

This introductory tutorial is designed to show you how Vue.js handles lazy loading at the route level of abstraction with the help of webpack code splitting

Nwose Lotanna
Apr 15, 2021 ⋅ 5 min read
Using Form Builders In Angular 8 To Validate Reactive Forms

Angular reactive form validation with FormBuilder

Dev

Setting up form controls can be monotonous and stressful. Angular provides form builders to help you efficiently validate reactive forms.

Nwose Lotanna
Dec 23, 2020 ⋅ 6 min read
The Virtual DOM in Vue.js

How the virtual DOM works in Vue.js

Dev

Understanding the virtual DOM is not a requirement for learning Vue.js, but it can help to understand what is happening behind the scenes.

Nwose Lotanna
Dec 3, 2020 ⋅ 3 min read
Why you should adopt React Hooks instead of classes

Why you should adopt React Hooks instead of classes

Dev

In this post, we will look at functional components using React Hooks and why you should use them over class components.

Nwose Lotanna
Nov 12, 2020 ⋅ 3 min read
What's New in React v17, and the Road to v18

What’s new in React v17, and the road to v18

Dev

A few weeks ago, the React team released the library’s latest version, React v17.0 RC. In this post, we will […]

Nwose Lotanna
Sep 25, 2020 ⋅ 5 min read
Build a SaaS product pricing component in Vue with Chakra UI

Build a SaaS product pricing component in Vue with Chakra UI

Dev

This post is an introduction to the Chakra UI component library for Vue.js. We’ll also look at why Chakra UI is important especially for accessibility.

Nwose Lotanna
Sep 8, 2020 ⋅ 4 min read
Building A Pricing Component In Vue.js With BootstrapVue

Building a pricing component in Vue.js with BootstrapVue

Dev

BootstrapVue provides an easy and intuitive way to create components with Vue.js.

Nwose Lotanna
Aug 5, 2020 ⋅ 5 min read