react-awesome-answers
React.js front end pulled from awesome answers api (rails), setup redux practice (practice for react challenge)
https://github.com/roderickfung/react-awesome-answers
Last synced: 9 days ago
JSON representation
-
Available Scripts
-
`npm start`
-
-
Importing a Component
-
`DangerButton.js`
-
-
Running Tests
-
On CI servers
-
Command Line Interface
-
Disabling jsdom
- `ReactDOM.render()`
- snapshot testing - react-app/issues/372) so we don’t officially encourage its usage yet.
-
Using Third Party Assertion Libraries
- file those against Jest - printing React elements as JSX](https://github.com/facebook/jest/pull/1566).
-
On your own environment
-
Testing Components
-
Adding Development Environment Variables In `.env`
-
-
Using the `public` Folder
-
`Button.js`
-
-
Adding Bootstrap
-
`Button.js`
-
-
Can I Use Decorators?
-
Adding Development Environment Variables In `.env`
-
-
Building for Relative Paths
-
Heroku
-
GitHub Pages
-
Modulus
-
-
Netlify
-
Modulus
-
Surge
-
Now
- this example - configuration single-command deployment with [now](https://zeit.co/now).
-
-
Displaying Lint Output in the Editor
-
`npm run eject`
-
-
Adding a Stylesheet
-
Post-Processing CSS
-
`Button.js`
-
-
Adding Custom Environment Variables
-
Adding Development Environment Variables In `.env`
-
-
Integrating with a Node Backend
-
Adding Development Environment Variables In `.env`
- this tutorial - lookup-demo).
-
-
Sending Feedback
-
Updating to New Releases
-
Proxying API Requests in Development
-
Adding Development Environment Variables In `.env`
-
Programming Languages
Categories
Running Tests
8
Building for Relative Paths
5
Netlify
3
Adding a Stylesheet
2
Can I Use Decorators?
2
Adding Custom Environment Variables
1
Post-Processing CSS
1
Adding Bootstrap
1
Available Scripts
1
Displaying Lint Output in the Editor
1
Sending Feedback
1
Updating to New Releases
1
Importing a Component
1
Integrating with a Node Backend
1
Using the `public` Folder
1
Proxying API Requests in Development
1
Sub Categories
Adding Development Environment Variables In `.env`
6
`Button.js`
4
GitHub Pages
2
Heroku
2
Disabling jsdom
2
Modulus
2
`DangerButton.js`
2
Now
1
`npm start`
1
On CI servers
1
`npm run eject`
1
Command Line Interface
1
Surge
1
On your own environment
1
Testing Components
1
Using Third Party Assertion Libraries
1