WDI-SEA / project-4-issues

Open an issue to receive help on project 4 issues
0 stars 0 forks source link

Need to ask questions and talk through REACT concepts #50

Closed isaac8069 closed 2 years ago

isaac8069 commented 2 years ago

What stack are you using?

(ex: MERN(mongoose + react), DR(django + react), PEN, etc.)

What's the problem you're trying to solve?

Post any code you think might be relevant (one fenced block per file)

If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?

What is your best guess as to the source of the problem?

What things have you already tried to solve the problem?

TaylorDarneille commented 2 years ago

Please articulate a question here.

TaylorDarneille commented 2 years ago

If you're still struggling with tags (sounded like you were last night) I suggest you revert to the approved proposal ERD (which intentionally EXcluded U or D-ing tags).

TaylorDarneille commented 2 years ago

Happy to clarify questions about that though, just need a ballpark for what your questions are.

isaac8069 commented 2 years ago

Currently trying to understand how to pass props into other components to have them render so I can delete or edit. I used the react dev tools and see them pulling in as virtual DOM, but I believe what comes next is being lost on me. Also, could you clarify "EXcluded U or D-ing tags"?

TaylorDarneille commented 2 years ago

Ok that's great! You're passing the props appropriately it sounds like. Are you able to see those values showing on the page or are you unsure how to display those values?

Ah sorry, I meant to only plan on being able to create and read tags, not update or delete them.

isaac8069 commented 2 years ago

Oh okay. Well no need to continue with this ticket as I am able to create and read tags. And to answer your question. I can not see them pulling into my EditTag component. I assume I need to map through them in the return. But as stated above no need to edit or delete. So I will move on. Thanks!