coryhouse / coryhouse/reactjsconsulting

React Quiz

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
374
Forks
33
PR merge metrics
No merged PRs in 30d

Description

1. What is react?
1. What is the benefit of doing client-side Development?
1. Why use react router?
1. How did we declare routes? Where? Using what component? How did we avoid / matching all routes?
1. What is JSX?
1. What are props?
1. What does JSX compile down to?
1. What is create react app?
1. What tools does create react app use behind the scenes and why?
1. What command do you use to start the application?
1. Where is the script you’re running?
1. Tell me about the history of JavaScript and how new features get added.
1. Are there alternatives to create react out? If so how would you find them and why would you consider them?
1. What does the curly brace mean in JSX?
1. How do you handle public vs private?
1. What folder does node install dependencies into?
1. What language are those files written then? Can you view them?
1. Where are our apps dependencies declared?
1. What is the syntax for importing react?
1. What is the name for that syntax?
1. What if I want to import a specific portion of a file?
1. When do we use a relative path in import?
1. What if we omit the path in an import?
1. What does that syntax look like?
1. What is that style of import called?
1. What JavaScript array method do we use to return a new array?
1. What are two ways to create an object in JavaScript?
1. JavaScript is a prototypal language. What does that mean?
1. What tool are we using to format our code?
1. What is a key? When an why is it useful? What value should we set it to?
1. What is a pure function? Why is it useful?
1. What is the computed property syntax? When is it useful?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.