react-portfolio-behance
react-portfolio-behance copied to clipboard
Blank feed from Behance
Hi'
I just closed the forked repo. Hereafter i did run both npm install
and npm start
, but no data-feed is provided from Behance (It's just blank).
What can it be? No issues is showing up in the browser console, and in the npm env. in my console.
Screenshot:
Hey @exetico,
I have to make it clearer or improve this way of displaying Behance data after running npm start. But currently to view just add the url path: http://localhost:8080/react-portfolio-behance/
I'm glad to be interested in the repository 😃
Damn 😂 Thanks!
What a waste of time. I was 100% sure that i messed something up. I'll give it a try tomorrow! I also tried pressing the link to the portfolio, but you did add an hardlink, so i totally missed the idea of testing the same path from localhost.
Where exactly should I add this url path to view projects?
Hey @bearjr,
Did you get the server up?
Hey, yeah, I got your repo and fork to mine, I type npm install and npm start and I have the same problem as @exetico - localhost:3000 and empty page (without Behance project), I just started with React so your advice will be very helpful for me :)
@bearjr, You just need to type localhost:3000/react-portfolio-behance to display a random user or use the name of a behance user. ex: localhost:3000/react-portfolio-behance/imcreator.
imcreator is my username on benahce :). What is your?
I intend to improve this usability problem 😞
My username is bear_junior :)
Okay, first thing - it doesn't work when I type localhost:3000/react-portfolio-behance or localhost:3000/react-portfolio-behance/imcreator, but when I change <Route path={${URL_DEFAULT}/:username
} component={Param} /> to <Route path={${URL_DEFAULT}/:user
} component={Param} /> (cause "return <Portfolio user=") it works, and secondly when I change to <Route path={http://localhost:3000/react-portfolio-behance/
} component={Param} /> it works excellent, thanks :)
@bearjr Can you share your code by committing on your fork?
You can feel free to contribute to this project by sending a PR 😀
My main workstation is powered off - and packed at the moment, but please tag mere here @bearjr if you need my example of how i changed a bit of the code, so that it's only listing my profile.
Only a few changes needs to be made, for the correction of path-change and default-profile - take a look at: https://github.com/interaminense/react-portfolio-behance/compare/master...exetico:master
My knowledge about reach is also very limited, and my "hack/fix" is not that good - but it works ;-)