laravel-arcanist / inertia-response-renderer

MIT License
13 stars 10 forks source link

Support for react #2

Closed jasminetracey closed 2 years ago

jasminetracey commented 3 years ago

@ksassnowski Hey, would consider adding support for react files?

i think a regex for the file extension $componentPath = resource_path('js/Pages/' . $component . '.vue');

or adding an option for choosing react when installing package