daily log 1-3-20
PRODUCT DU JOUR
MOVIE RANKER
RESOURCES
upvote downvote codepen upvode downvote
ISSUES, OBVIOUSLY!
Had to remove a global install of CRA
npx create-react-app my-app
https://www.reddit.com/r/reactjs/comments/75k0ml/how_would_i_go_about_creating_redditlike_voting/
Had git issues, fixed with
git remote set-url origin git@github.com:{UN}/{repo}
TOTALLY unrelated to above just found this Writing Liquid examples in Markdown
{/* {i > 0 ? (
<span>
<span onClick={(e) => this.upvote(fav)}> UP </span>
<span onClick={(e) => this.downvote(fav)}> DOWN </span>
</span>
):(
<span onClick={(e) => this.upvote(fav)}> DOWN </span>
) } */}