Learn React by building a web app
udilia.com
Learn React by building a web app
1–10 of 107 posts
Re: Learn React by building a web app
#2Re: Learn React by building a web app
#3Re: Learn React by building a web app
#4Re: Learn React by building a web app
#5The number one thing I’d like to strengthen is the process of building a react component for publishing on NPM. It’s way different from building something with create-react-app. I need a solution that has zero config, has HMR, the latest JavaScript and automatic deployment for demos on github pages. I have so many components I could publish, but just can’t be bothered to figure this out.
Re: Learn React by building a web app
#6Most React apps have no animations whatsoever (including mine, because I have no idea how to implement them), but they're important for usability IMHO.
Re: Learn React by building a web app
#7The number one thing I’d like to strengthen is the process of building a react component for publishing on NPM. It’s way different from building something with create-react-app. I need a solution that has zero config, has HMR, the latest JavaScript and automatic deployment for demos on github pages. I have so many components I could publish, but just can’t be bothered to figure this out.
I've been using nwb for that https://github.com/insin/nwb
Re: Learn React by building a web app
#8Re: Learn React by building a web app
#9The number one thing I’d like to strengthen is the process of building a react component for publishing on NPM. It’s way different from building something with create-react-app. I need a solution that has zero config, has HMR, the latest JavaScript and automatic deployment for demos on github pages. I have so many components I could publish, but just can’t be bothered to figure this out.
Re: Learn React by building a web app
#10One thing completely missing from courses is how to handle animations. Most React apps have no animations whatsoever (including mine, because I have no idea how to implement them), but they're important for usability IMHO.
Implementation will look something like