ariel-walley / dnd-app

2 stars 0 forks source link

In index.js, when should you direct the user to the control panel? #38

Open ariel-walley opened 2 years ago

ariel-walley commented 2 years ago
    // Direct to control panel page
    history.push("/dm");

Should the user be directed to the controlPanel page without waiting on the addEventListener promise to be resolve? Or should there be a chained .then statement for history.push?