React application's loaded into WordPress with this loader should be able to define their own script/style dependencies.
Examples
- React app X might require jquery (I know this is a poor example). Rather than importing it's own copy of jquery, it has the ability to use WordPress core's jquery script.
- React app X might require that the WordPress theme's base styles should be loaded before its own styles.
React application's loaded into WordPress with this loader should be able to define their own script/style dependencies.
Examples