GroceriStar / react-only-intern-20

0 stars 0 forks source link

Master React, Quick Code tutorial. Part 3 #4

Open atherdon opened 6 years ago

atherdon commented 6 years ago

https://medium.com/quick-code/lets-learn-react-chapter-3-components-components-components-3492f771d623

Expected result

Test

dscace commented 6 years ago

I learned that you should 'import' all of your different components at the top of your App.js.

React components are reusable throughout the app.

When creating a new component class, remember to always include an export statement at the bottom.

You'll get an error if you tell to render to 'return' more than 1 element.

To 'return' multiple elements, you need to either wrap them in a 'div' or make it an array.

atherdon commented 6 years ago

tell me when you'll finish test section - i'll review your code

dscace commented 6 years ago

Still working on it. I learned that I can only close issues in comments when I commit to the default branch. Can we make 'checkers' the default branch?

atherdon commented 6 years ago

no, i like the way how i can review your progress by viewing pull requests

atherdon commented 6 years ago

@dscace sorry for not replying to you fast. i'll try to finish my work and back to you soon, you can continue work on this chapters - if i'll not be able to check your porgress each time - just jump to next chapter while i'll not be able to spend some time and check your progress

atherdon commented 6 years ago

@dscace can you tell me - did you complete the last to tasks from test section?

dscace commented 6 years ago

Hey Arthur! No problem with you being busy. I’m without my computer for a couple days. I’m going to tackle the rest of the test and then move to the next section Friday night and work each evening this weekend as well. I’ll send you a message Friday night! Thanks

dscace commented 6 years ago

@atherdon I hope that’s ok! I’m excited to be working on this. I just need to be more active with it.

atherdon commented 6 years ago

sure - thank oyu for letting me know. take your time

atherdon commented 6 years ago

curious to see your progress, can you create a pull request with latest changes? I'll merge it to main branch, so we'll have a right git-flow workflow

dscace commented 6 years ago

Was away this weekend playing a festival with my band. Trying to figure out the day/month array right now.

atherdon commented 6 years ago

Wow! show me the video of how you performing!

dscace commented 6 years ago

Not many videos have been posted yet. Here's a short one: https://youtu.be/-7Theo0ngs8 (I'm in white playing bass).

You want days and months in one array? Been trying to figure that out around google.. I'll keep at it tonight.