Is it possible to use the amazing wp.components in non-react WordPress plugins?
This repository contains a plugin with a couple of tests to explore the possibilities of using the WordPress React components library outside of a React context. Inside functions.php there is a constant that may be used to switch test:
const TEST_WITH = 'JS' // or 'VUE'
The existing results are possible due to the wp.element package, which acts as a wrapper for React createElement, a limited but useful alterative to JSX.