In my Nodejs application, I use React. I browserify + reactify to transform .jsx
files to js
files.
I use this line of code in my entry js
file :
require('node-jsx').install();
I noticed that node-jsx
is deprecated. Do I still need to have this line if I already reactify my react files ?