Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
– The Git website
Choose one of the following options.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
– The Git website
Choose one of the following options.
| Please read our FAQ before sending us a message. | |
| [accordion] | |
| [accordion-item title="What are the delivery charges for orders from the Online Shop?"] | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. | |
| [/accordion-item] | |
| [accordion-item title="Which payment methods are accepted in the Online Shop?"] |
https://www.youtube.com/watch?v=-RtJroTMDf4
npm install -g create-react-app globally will install react app, this will help us scafold new React appcreate-react-app reactnotes generates the React application dependencies, packages, react-dom...cd reactnotesnpm install --save firebase--> using firebase for your backendnpm starthttps://www.youtube.com/watch?v=qh3dYM6Keuw
refresh the browser.DATA Types
Im a Person and I am {Math.floor(Math.random()*30)} years old!
Working with Props
We use Props to pass data between components!, means that we can pass properites on element(jsx component) by props
Porps is simply an object that give us acces to all the attributes we pass to our own components.
s1 l1
s1 l2 l3 l4