Load dynamic Vue components based on a prop string

Learn how to use a dynamic component by passing its name through a string prop.

Category: Development
Subcategories: Tutorials
03/06/2019
12361 times
Load dynamic Vue components based on a prop string
Related posts
Learning PHP 8.1 Fibers using Tests

PHP 8.1 introduced the new Fiber class (see the proposed RFC here https://wiki.php.net/rfc/fiber), which allows running coroutines inside your script, i.e. two functions executing simultaneously

TDD implementation of Finite State Machine (FSM) with Laravel

This article describes a TDD (Test Driven Development) approach to implement a Finite State Machine (FSM) using PHP+Laravel. However, such method is general and could be used in the programming language of your choice.

Sending a test email from a Laravel application

Learn how to send a test email from a Laravel app

Netgear Arlo System API

This article describes how to use Netgear Arlo Cameras API. Even though no public API is provided, I succeeded in interacting with the cameras by sniffing the traffic sent from the official web application