You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally wanted to keep things minimal. React is not that. :P
Adding it anyway because:
When we eventually add the ability for multiple people to connect (Allow multiple users to connect at once. #8) and subsequent features that become possible from that, we'll be doing a lot more DOM manipulation. No need to reinvent the wheel, might as well use a framework.
I'm told the virtual DOM will make frontend testing easier (Add some tests #9).
I originally wanted to keep things minimal. React is not that. :P
Adding it anyway because: