⚠️ This lesson is retired and might contain outdated information.

Use AOP in Vue Components with TypeScript and Kaop-ts

Share this video with your friends

Social Share Links

Send Tweet
Published 7 years ago
Updated 9 months ago

Aspect Oriented Programming, AOP, allows to reuse logic across an entire app in a very neat way, decoupling it from the business logic. Kaop-ts bring us decorators in order to apply AOP. This lesson will show you how you can move cache and exception handling out of your business logic using TypeScript and Kaop-ts