moment is a package used to get the current date. I was told it was slow and old, so we might want to replace it.
[x] Get rid of deprecated features
Like findDOMnode in Activity.jsx, we should remove deprecated stuff.
[ ] Get rid of babel
This might be the most important thing in here. It his highly deprecated, and our build can break any time. Whilst we do not directly use it, some packages are dependent on babel. We need to find and exterminate those packages - or ask them to leave.
NPM even gives us a big warning about this when running the linter.
There are several minor things which can be done to improve the maintainability of r.a.d.i.o., some of which can prevent a future break in our system.
scrollIntoView
moment
moment
is a package used to get the current date. I was told it was slow and old, so we might want to replace it.findDOMnode
inActivity.jsx
, we should remove deprecated stuff.babel