4.4.7-alpha.9 • Published 3 years ago

@mrbuilder/plugin-react v4.4.7-alpha.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Provides react support for mrbuilder

Options

PropertyTypeDefaultDescription
compatModeboolfalseAttempts to make new react look old so 3rd party components can work
useClassDisplayNamebooltrueAdds displayname to react components so they display nicely in debuggers

Note: compatMode should not be used for libraries, but is OK for top level apps. For libraries there are no good solutions, luckily react does an awesome job of maintaining compatibility. This is just hack for when you just can't upgrade.