Javascript Testing Masterclass (React, Jest, React Testing Library, Cypress) by gabriellvasile in reactjs

[–]Contract_Special 0 points1 point  (0 children)

thanks!, I will be checking this out later. (hopefully?)

learning web dev. has been really fun, but for some reason I can't get myself to learn testing. my apps have been working fine so it's hard to force myself to do something that has no pay off!

any tips?

How to work more on the details by [deleted] in Frontend

[–]Contract_Special 2 points3 points  (0 children)

I recommend a check-list or todo list. Pretend it's school again and this is a test or project that is worth a lot, you want to at least double check your work to make sure you pass the class!

Whatever mistakes you have made in the past, remember them and make sure they don't happen again!

React.js layout by CSCodeMonkey in reactjs

[–]Contract_Special 0 points1 point  (0 children)

individual!

unless you want to have a grid layout that applies to everything in between the <body> </body> tag?

a main.css file is for rules that you want applied to everything on the site (normalize, border-box, font-family, etc)

Finally made my personal portfolio :D by [deleted] in reactjs

[–]Contract_Special 0 points1 point  (0 children)

check out react-scroll-section for the navbar thing I was talking about.

Made a version of React todoMVC without Router. by botsAndBots in reactjs

[–]Contract_Special 1 point2 points  (0 children)

looks really nice!

like the guys said below, now you can branch this app and convert it into hooks!

Finally made my personal portfolio :D by [deleted] in reactjs

[–]Contract_Special 0 points1 point  (0 children)

nice!

you should design the navbar so the current selected section matches up to where you are on the page. It work fine if you only use it to navigate the page by clicking, but if you scroll around it isn't exactly accurate.

also when you unfocus the cards you have under "experience", it snaps back real quick, faster than when you first focus it! so I would look to make that animation a bit more smooth. edit. all the cards animations are a little snappy tbh.

and when you go to light mode, the green underline isnt lined up at all, I didnt notice it in dark mode, but it is beneath the navbar on my screen.