Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynigoreyes/react-starting-template
A template to get people started with React as quick as possible
https://github.com/ynigoreyes/react-starting-template
Last synced: 4 days ago
JSON representation
A template to get people started with React as quick as possible
- Host: GitHub
- URL: https://github.com/ynigoreyes/react-starting-template
- Owner: ynigoreyes
- Created: 2019-04-12T08:29:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T15:36:54.000Z (almost 6 years ago)
- Last Synced: 2024-12-15T23:41:34.088Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://nextjs.org/
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Template for starting a React project with NextJS/Now
Easiest way to get started with React
1. Sign up for a [Now Account](https://zeit.co/now) (It's free!)
2. Start coding!This template is based off of React Hooks and NextJS.
1. `./pages/` is where you will put the pages of your app in
2. `./components/` is where you will build out your components
3. `./context/` is where you can build context objects to pass down data to child components without [prop-drilling](https://kentcdodds.com/blog/prop-drilling)
4. `./hooks/` is where you can create stateful logic to use between your componentsTip: Don't use classes. That's so 2018