Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Contacts #71

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

johnnywrightiv
Copy link

This one was tricky at first, ended up getting more comfortable with React as I went. Quite a dense course section. Some concepts (mostly to do with passing/accessing data and syntax confusion) are still foggy for me. Luckily, I was able to rely on my mentor for guidance and troubleshooting and turning to chatGPT to clarify when I didn't understand things. Would have liked to try out the extensions a bit more, but I don't want to fall behind and spend too much time on one thing. Maybe I'll revisit down the road.

import { Row, Col } from 'react-bootstrap';
import gif from './welcome.gif'

const Home = (props) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to name props here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants