my client uses React, my server uses homemade JSX factory, React JSX definitions mess up server JSX definitions, is there a way of not making them global so they don't see each other?
a working example of a setup of a project with React + other JSX would be much appreciated
my client uses React, my server uses homemade JSX factory, React JSX definitions mess up server JSX definitions, is there a way of not making them global so they don't see each other?
a working example of a setup of a project with React + other JSX would be much appreciated