Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome_burger
https://github.com/StefanSelfTaught/awesome_burger
Last synced: 4 days ago
JSON representation
-
Running Tests
-
Configuring a WebSocket Proxy
- Read the migration guide to learn how to enable it in older projects!
- Jest - 15.html) of Jest so if you heard bad things about it years ago, give it another try.
-
Command Line Interface
-
Disabling jsdom
-
Using Third Party Assertion Libraries
- file those against Jest - printing React elements as JSX](https://github.com/facebook/jest/pull/1566).
-
Coverage Reporting
-
On CI servers
- Travis Getting started - ci.org/profile) page.
- Customize your Travis CI Build
- this article
-
On your own environment
-
Editor Integration
-
Testing Components
-
Snapshot Testing
-
-
Available Scripts
-
`npm start`
-
-
Supported Language Features and Polyfills
-
Syntax Highlighting in the Editor
-
`npm run eject`
-
-
Debugging in the Editor
-
Formatting Code Automatically
-
Changing the Page `<title>`
-
WebStorm
- `document.title` - helmet), a third party library.
-
-
Importing a Component
-
`DangerButton.js`
-
-
Code Splitting
-
`DangerButton.js`
- dynamic `import()` - dynamic-import) is in stage 3. The `import()` function-like form takes the module name as an argument and returns a [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) which always resolves to the namespace object of the module.
-
With React Router
- this tutorial - stack-demo-client/tree/code-splitting-in-create-react-app).
-
-
Adding a Stylesheet
-
Adding a CSS Preprocessor (Sass, Less etc.)
-
`Button.js`
-
-
Adding Images, Fonts, and Files
-
`Button.js`
- data URI - react-app/issues/1153).
-
-
Using the `public` Folder
-
When to Use the `public` Folder
-
-
Adding Bootstrap
-
When to Use the `public` Folder
-
Using a Custom Theme
-
-
Adding Flow
-
Using a Custom Theme
-
-
Adding Custom Environment Variables
-
Using a Custom Theme
-
Adding Development Environment Variables In `.env`
- Travis CI - vars).
-
-
Can I Use Decorators?
-
Adding Development Environment Variables In `.env`
-
-
Integrating with an API Backend
-
Node
-
Ruby on Rails
-
-
Proxying API Requests in Development
-
Ruby on Rails
-
"Invalid Host Header" Errors After Configuring Proxy
- this article - dev-server/issues/887).
- described here
-
Configuring a WebSocket Proxy
-
-
Pre-Rendering into Static HTML Files
-
Configuring a WebSocket Proxy
-
-
Injecting Data from the Server into the Page
-
Configuring a WebSocket Proxy
-
-
Developing Components in Isolation
-
Getting Started with Styleguidist
-
Editor Integration
-
Getting Started with Storybook
-
-
Making a Progressive Web App
-
Offline-First Considerations
-
-
Analyzing the Bundle Size
-
Progressive Web App Metadata
-
-
Deployment
-
Serving Apps with Client-Side Routing
- `pushState` history API - router) with `browserHistory`), many static file servers will fail. For example, if you used React Router with a route for `/todos/42`, the development server will respond to `localhost:3000/todos/42` properly, but an Express serving a production build as above will not.
- Apache HTTP Server
-
Building for Relative Paths
-
Azure
-
Firebase
- Firebase account
- Add Firebase to your JavaScript Project
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
- Firebase account
-
GitHub Pages
-
Heroku
-
Netlify
-
Now
- desktop tool - g now`.
- this article.
-
S3 and CloudFront
-
Surge
-
-
Advanced Configuration
-
Troubleshooting
-
`npm start` doesn’t detect changes
-
`npm test` hangs on macOS Sierra
-
`npm run build` exits too early
-
Moment.js locales are missing
- Moment.js - locale-support).
-
-
Something Missing?
-
`npm run build` fails to minify
- let us know - react-app/edit/master/packages/react-scripts/template/README.md)
-
-
Updating to New Releases
-
Sending Feedback
-
Displaying Lint Output in the Editor
-
`npm run eject`
-
Programming Languages
Categories
Deployment
34
Running Tests
17
Supported Language Features and Polyfills
12
Troubleshooting
11
Proxying API Requests in Development
7
Adding Flow
5
Adding a CSS Preprocessor (Sass, Less etc.)
4
Importing a Component
3
Can I Use Decorators?
3
Making a Progressive Web App
3
Developing Components in Isolation
3
Formatting Code Automatically
2
Debugging in the Editor
2
Using the `public` Folder
2
Adding a Stylesheet
2
Pre-Rendering into Static HTML Files
2
Adding Custom Environment Variables
2
Integrating with an API Backend
2
Code Splitting
2
Adding Bootstrap
2
Analyzing the Bundle Size
1
Adding Images, Fonts, and Files
1
Updating to New Releases
1
Sending Feedback
1
Changing the Page `<title>`
1
Injecting Data from the Server into the Page
1
Syntax Highlighting in the Editor
1
Displaying Lint Output in the Editor
1
Advanced Configuration
1
Available Scripts
1
Something Missing?
1
Sub Categories
Firebase
22
`npm run eject`
14
Configuring a WebSocket Proxy
8
Using a Custom Theme
7
`Button.js`
6
Disabling jsdom
5
`npm start` doesn’t detect changes
5
WebStorm
4
`npm test` hangs on macOS Sierra
4
`DangerButton.js`
4
Adding Development Environment Variables In `.env`
4
Offline-First Considerations
3
When to Use the `public` Folder
3
On CI servers
3
Ruby on Rails
3
GitHub Pages
2
With React Router
2
Surge
2
Now
2
Serving Apps with Client-Side Routing
2
"Invalid Host Header" Errors After Configuring Proxy
2
Editor Integration
2
`npm run build` fails to minify
1
Azure
1
Getting Started with Storybook
1
Coverage Reporting
1
Building for Relative Paths
1
Moment.js locales are missing
1
Using Third Party Assertion Libraries
1
Testing Components
1
On your own environment
1
Command Line Interface
1
S3 and CloudFront
1
Netlify
1
Progressive Web App Metadata
1
Heroku
1
Visual Studio Code
1
Snapshot Testing
1
`npm run build` exits too early
1
`npm start`
1
Node
1
Getting Started with Styleguidist
1