#meteor
#london
meteor remove react
it'll also remove react-meteor-data
which you might want to add back in, and since jsx compiles to js, you need to import React from 'react'
wherever you're using ReactDOM
, even if not using React
yourself.