Nwose Lotanna

  Web Developer and Writer

   



43 Stories by Nwose Lotanna

How to use props to pass data to child components in Vue 3

Props are an important feature in Vue for managing parent and child components, but handling them can be somewhat tricky. 
7 5 min read

A guide to CSS pseudo-elements

Learn more about 12 CSS pseudo-elements that give you more styling options, with CodePen demonstrations included.
0 8 min read

Understanding refs in Vue

Refs are Vue.js instance properties used to register a reference to HTML elements or child elements in the template of your application.
1 6 min read

How to make form elements dynamic in Vue.js

No matter what type of project you're working on, you should always consider the customer first. By building dynamic forms in Vue.js, you can...
4 7 min read

Vue form input validation using watchers

In Vue, developers can create forms just as they would with HTML5, meaning little to no additional skills are required.
4 6 min read

Using Vue.js event emitters to modify component data

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

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

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

Using Vue.js slots to pass HTML content to components

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

Using RxJS operators to consume Observables

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

Benefits of using styled-components in React

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

Lazy loading components and code splitting in Vue.js

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...
0 5 min read

Angular reactive form validation with FormBuilder

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