swc-useclient
swc-useclient copied to clipboard
A swc plugin that automatically converts React component libraries into "React Client Component". For example, you can automatically convert components from @mui into "React Client Component" without...
Results
1
swc-useclient issues
Sort by
recently updated
recently updated
newest added
The plugin works perfectly on nextjs v14.1.1 but once you install nextjs v14.1.2 everything breaks. Nextjs complains that I need to use the 'use client' directive for the external component...