Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Developer Pro

Public • 132 • Free

65 contributions to Developer Pro
react challenge 8
react # 8 - CodeSandbox my question here is: if I want to create a list component file how do I connect the user file to this list file? I tried to create 2 different component files, user and list and import them both in App, but obviously list uses the user in its function but doesn't know about it.
6
4
New comment Jan 19
1 like • Jan 19
you only need to import components into files when you use them. So your App uses List, so you need to import List into App. And your List uses User, so you need to import User into List. Where you import User into the List component your path is wrong, because you are already in the component folder so the path would only be: "./user".
Update portfolio with historical coin data
https://github.com/ZeniaD/crypto-app/pull/14
4
0
React challenge 5 hElP
Hey guys im not sure what its goin on here. https://codesandbox.io/s/challenge-5-nkcdgv?file=/src/App.js added 2 button ascending and descending if i press descending state will update by default its ascending on render() i added the logic to sort the counter but nothing happends on display not sure why its not working. any tips advice apreciated
3
4
New comment Jan 15
1 like • Jan 15
@Michael Fernandez In you render you are creating a sortedCounter list and you are sorting that list. But you are never displaying the sortedCounter. You should pass sortedCounter to your "ButtonIncrement" component.
Portfolio page basic setup
https://github.com/ZeniaD/crypto-app/pull/13
4
1
New comment Jan 11
Portfolio form
A small PR, this was all I had time for today. I still need to add a portfolio reducer and use that in the handleSubmit. Right now the handleSubmit only validates the inputs. https://github.com/ZeniaD/crypto-app/pull/12
7
0
1-10 of 65
Zenia Dippenaar
5
334points to level up
@zenia-dippenaar-9466
.

Active 79d ago
Joined Sep 2, 2023
powered by