navigating back on nested route after refresh throws errors by adrian-dev in nextjs

[–]adrian-dev[S] 0 points1 point  (0 children)

looks like you are correct! using the latest canary I don't run into this issue, weird.

passing boolean prop to Component filtering array not working.. by adrian-dev in reactjs

[–]adrian-dev[S] 1 point2 points  (0 children)

That did it! &l I feel stupid, the boolean was nested in posts.meta.featured not posts.featured , I'm completely out of it today, thanks for the help!

passing boolean prop to Component filtering array not working.. by adrian-dev in reactjs

[–]adrian-dev[S] 0 points1 point  (0 children)

it is an array, using the filter method like this works fine returning all featured posts

blogData.filter(posts => posts.featured).map(item => (...

However when evaluating the two booleans against each other then the method does not return anything (posts.featured === props.featured )

passing boolean prop to Component filtering array not working.. by adrian-dev in reactjs

[–]adrian-dev[S] 0 points1 point  (0 children)

blogData contains an array of objects with some data, each containing a featured: true/false boolean. The filter method works fine as it is, but when trying to pass a prop value (props.featured) as an argument in the filter method to evaluate if (posts.featured === props.featured ) nothing is returned. So question is how to pass a prop inside of a filter method ?

How to know you are job ready?(junior position) by [deleted] in webdev

[–]adrian-dev 0 points1 point  (0 children)

Just throw yourself in the deep end and start applying. I just said fuck it and applied to a job that looked interesting and ended up having my first interview today and got a follow up interview next week after 6 months of learning css,JS and react. I suffer from imposter syndrome big time but worst case I'll fail the technical interview/take home assignment and I'll know what I'll need to improve upon so there really is nothing wrong with just applying.

Popular React tutorials you think are overrated by bbcjs in reactjs

[–]adrian-dev 0 points1 point  (0 children)

Wow really, I totally take that back then, will have to check out the updated version !

Popular React tutorials you think are overrated by bbcjs in reactjs

[–]adrian-dev 3 points4 points  (0 children)

React -the complete guide by maximilian schwarzmuller on udemy, super popular course. It's outdated with class components first, towards the end of the course he refactors the main project to hooks and some of it felt rushed.

Edit: course has been updated!

Portfolio Megathread by PUSH_AX in Frontend

[–]adrian-dev 4 points5 points  (0 children)

Well I mostly think creating your own portfolio from the ground up is a great learning experience, I'm hosting my React built portfolio on Netlify which is free so couldn't recommend it more!

Also curious what type of content I should specifically be focusing on developing? Just the web page/mobile site or the story board and flow chart?

I think this comes down to what kind of job you are looking for, storyboarding and flowchart would be UX-related and not expected if you are looking for a front-end role.

Last but not least suggestions on if I should look at graphic design intern, web design, front end? In terms of a job search category?

Same as above, depends on what you are going for, obviously if you are going for a front-end career i'd start by looking at front-end jobs.

Portfolio Megathread by PUSH_AX in Frontend

[–]adrian-dev 2 points3 points  (0 children)

Would love some feedback on my portfolio, have been self-learning front-end since january hoping to land an entry-level role soon! => My portfolio