Making the export structure of @rbxts/vide compatible with Typescript's imports from packages designated jsxImportSource, as can be done with preact to replace react would make it easier and cleaner to use Vide instead of React-lua.
Use of the config option:
https://www.typescriptlang.org/tsconfig/#jsxFragmentFactory
Required exports in order to support this:
https://www.typescriptlang.org/docs/handbook/jsx.html
Making the export structure of @rbxts/vide compatible with Typescript's imports from packages designated
jsxImportSource, as can be done withpreactto replacereactwould make it easier and cleaner to use Vide instead of React-lua.Use of the config option:
https://www.typescriptlang.org/tsconfig/#jsxFragmentFactory
Required exports in order to support this:
https://www.typescriptlang.org/docs/handbook/jsx.html