Number(80).toString(2);
What I did yesterday?
Finish connecting the login page to the home page
Research react router to assess the routes necessary for transition between login and home page
Then, start on search for concerts front end, render H1 element, render form for search input, render table for displaying results
What I’m doing today?
Fix this damn bug!!
1 | Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method. |
User can search for concerts front end
What is blocking me?
The damned bug!