Tag: typescript

Javascript React JS

How to use web components in React with Typescript

When building a Laravel Inertia React application with TypeScript, I encountered an issue where custom web components were not recognized by TypeScript, even after importing and defining their types. This post documents how I resolved this issue for my Rich Text Editor component, but the solution applies to any custom web component. The Problem TypeScript […]

Back To Top