jquense / react-dom-lite

Tiny dom implementation using react-reconciler
246 stars 21 forks source link

Long installation times because of electron #22

Closed ManasJayanth closed 6 years ago

ManasJayanth commented 6 years ago

I was installing RDL earlier as an rpm package when I realised we have react-devtools. This led to a really long installation time because of electron. Do we need it? I grepped and couldn’t find where it was used. It seems it was added in the initial commit https://github.com/jquense/react-dom-lite/blame/master/package.json. We must have missed it earlier since we already had electron installed.

jquense commented 6 years ago

We don't need it, I think it's just an accident it's there at all