A Pen by Marcy Sutton on CodePen.
- Sign up for heroku.com
- create a repository in github.com for your web server application
- Work directly in github.com to keep it simple
- create the package.json file and put the necessary json
- create the index.js to put your server code.
- create the public folder and index.html to practice serving web pages
- How do you create a folder in github.com?
- https://github.com/AustinCodingAcademy/redux-practice
- aca-store-react-redux
- Questions on online lessons
- Rules
- https://github.com/AustinCodingAcademy/aca-store-react-2
- Questions on online lessons
- Know how to use es6 modules
- Understand why we use webpack
Let's practice our ability to construct http message. Use postman to build and send the correct message to the server in order to receive the desired response. Send the following messages to the below server and record what is in the response message body and status code. Make sure you do not recieve the status code 400
https://GlaringTreasuredForce--jw56578.repl.co
- method should be GET and path should be /products
I'm going to make a twitter clone.
- Know what the concept of authentication means
- Be able to code a sign up/ sign in on the server
- Know what a hash is
- Know what a token is and how to make one
- Any questions over the online material for intro?
- Syllabus
- Online Lecture
- Setup?
- Textbook
- Point out tutoring
- Point out resources
- Point out rocket chat room
- Get your final project done. (without redux if necessary)
- Try to understand why you cannot build amazon.com (without redux)
- Alumni channel
- Sign up to tutor/TA
- Keep in touch
- Keep up with schools social media
- you never lose access to anything
- Recommendation
- I will be out next week.
- Review Homework
- Fetch and redux
- what is a thunk?
- what is middleware?
- React components should not be aware of fetch or how data is retrieved
- We are moving code for fetching to another location for organizational purposes
- Go over ACA Flix
- Go over checkpoint 2
- Checkpoint is used for practice or as a starting point for your final project
NewerOlder