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
'navbar' could have been inside seperate component. (more abstraction) only whats dependent on each other be in the same place.
ineffiecient to link google fonts. rather than store locally
i like state to always be defined at the top level of a function ('change my mind') :)
birdcage.js could have two possible components for when birdcage is truthy and another for when its falsy. to remove multiple &&
to fix home.cy.test you may have to change the get('BirdCage') to be the selector for the html elements generated by nextjs as once its on the browser the wont exist, its transformed to html components
love styled-components
love you guys
love the styling
love the _app.js very clean
The text was updated successfully, but these errors were encountered:
seed script plez
quant variable name? why not just qty or quantity
loads of redundant returns
'navbar' could have been inside seperate component. (more abstraction) only whats dependent on each other be in the same place.
ineffiecient to link google fonts. rather than store locally
i like state to always be defined at the top level of a function ('change my mind') :)
birdcage.js could have two possible components for when birdcage is truthy and another for when its falsy. to remove multiple &&
to fix home.cy.test you may have to change the get('BirdCage') to be the selector for the html elements generated by nextjs as once its on the browser the wont exist, its transformed to html components
love styled-components
love you guys
love the styling
love the _app.js very clean
The text was updated successfully, but these errors were encountered: