awesome-form
A form that i'm making with react and redux
https://github.com/Codjam/awesome-form
Last synced: about 2 hours ago
JSON representation
-
Debugging Tests
-
Editor Integration
-
Debugging Tests in Visual Studio Code
-
-
Debugging in the Editor
-
WebStorm
- WebStorm - ide-support/hmhgeddbohgjknpmjagkdomcpobmllji) Chrome extension installed.
-
Visual Studio Code
- troubleshooting guide
- VS Code - for-chrome) installed.
-
-
Deployment
-
Serving Apps with Client-Side Routing
- Apache HTTP Server
- `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 Tomcat
-
Building for Relative Paths
-
[Azure](https://azure.microsoft.com/)
-
[Firebase](https://firebase.google.com/)
- 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
- issue #2440
- 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](https://pages.github.com/)
-
[Heroku](https://www.heroku.com/)
-
[Netlify](https://www.netlify.com/)
-
[Now](https://zeit.co/now)
- this article.
- desktop tool - g now`.
-
[Surge](https://surge.sh/)
-
Static Server
-
[S3](https://aws.amazon.com/s3) and [CloudFront](https://aws.amazon.com/cloudfront/)
-
-
Adding a Stylesheet
-
Troubleshooting
-
Moment.js locales are missing
- Moment.js - locale-support).
-
`npm test` hangs on macOS Sierra
- other installation methods
- facebook/watchman#358
- ember-cli/ember-cli#6259
- Watchman - react-app#713](https://github.com/facebookincubator/create-react-app/issues/713).
- facebook/jest#1767
- Homebrew
-
`npm start` doesn’t detect changes
-
`npm run build` exits too early
-
-
Available Scripts
-
`npm start`
-
-
Proxying API Requests in Development
-
Configuring a WebSocket Proxy
-
"Invalid Host Header" Errors After Configuring Proxy
- this article - dev-server/issues/887).
- described here
-
Configuring the Proxy Manually
- `http-proxy-middleware` - proxy`](https://github.com/nodejitsu/node-http-proxy#options) supports.
-
Ruby on Rails
-
-
Supported Language Features and Polyfills
-
`npm run eject`
- `Promise`
- codemods
- polyfills
- ES6
- Dynamic import()
- Class Fields and Static Properties
- Async/await
- Object Rest/Spread Properties
- Exponentiation Operator
- different proposal stages
- ...nonArrayValue
- `Object.assign()` - assign`](https://github.com/sindresorhus/object-assign).
- JSX
-
-
Importing a Component
-
`DangerButton.js`
-
WebStorm
-
-
Analyzing the Bundle Size
-
Progressive Web App Metadata
-
-
Running Tests
-
On CI servers
- Customize your Travis CI Build
- this article
- Travis Getting started - ci.org/profile) page.
- Customize your Travis CI Build
-
Command Line Interface
-
Disabling jsdom
- `ReactDOM.render()`
- `TestUtils.renderIntoDocument()` - L91) for the above)
-
Snapshot Testing
-
Editor Integration
-
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
-
Configuring a WebSocket Proxy
-
Coverage Reporting
-
-
Fetching Data with AJAX Requests
-
Adding Development Environment Variables In `.env`
- here
- axios - US/docs/Web/API/Fetch_API) provided by the browser. Conveniently, Create React App includes a polyfill for `fetch()` so you can use it without worrying about the browser support.
- Promise polyfill - US/docs/Web/JavaScript/Reference/Global_Objects/Promise). Both axios and `fetch()` use Promises under the hood. You can also use the [`async / await`](https://davidwalsh.name/async-await) syntax to reduce the callback nesting.
-
-
Using the `public` Folder
-
When to Use the `public` Folder
-
-
Syntax Highlighting in the Editor
-
`npm run eject`
-
-
Formatting Code Automatically
-
Changing the Page `<title>`
-
WebStorm
- `document.title` - helmet), a third party library.
-
-
Adding a CSS Preprocessor (Sass, Less etc.)
-
`Button.js`
-
-
Adding Bootstrap
-
When to Use the `public` Folder
-
Using a Custom Theme
-
-
Adding Flow
-
Using a Custom Theme
-
-
Can I Use Decorators?
-
Adding Development Environment Variables In `.env`
-
-
Pre-Rendering into Static HTML Files
-
Configuring a WebSocket Proxy
- react-snapshot - snap](https://github.com/stereobooster/react-snap) to generate HTML pages for each route, or relative link, in your application. These pages will then seamlessly become active, or “hydrated”, when the JavaScript bundle has loaded.
- zero-configuration pre-rendering (also called snapshotting) here
-
-
Injecting Data from the Server into the Page
-
Configuring a WebSocket Proxy
-
-
Adding a Router
-
Using a Custom Theme
-
-
Advanced Configuration
-
[Surge](https://surge.sh/)
-
-
Post-Processing CSS
-
`Button.js`
-
-
Developing Components in Isolation
-
Getting Started with Styleguidist
-
Getting Started with Storybook
-
Debugging Tests in Visual Studio Code
- Storybook for React - styleguidist.js.org/) ([source](https://github.com/styleguidist/react-styleguidist)) to your project. **These are third-party tools that let you develop components and see all their states in isolation from your app**.
- Storybook for React Demo
-
-
Publishing Components to npm
-
Getting Started with Styleguidist
-
-
Adding Custom Environment Variables
-
Adding Development Environment Variables In `.env`
- dotenv documentation
- dotenv-expand
- Travis CI - vars).
-
Using a Custom Theme
-
-
Making a Progressive Web App
-
Offline-First Considerations
-
Getting Started with Styleguidist
-
-
Integrating with an API Backend
-
Node
-
Ruby on Rails
-
-
Sending Feedback
-
Updating to New Releases
-
Displaying Lint Output in the Editor
-
`npm run eject`
-
-
Code Splitting
-
With React Router
- this tutorial - stack-demo-client/tree/code-splitting-in-create-react-app).
-
Programming Languages
Categories
Deployment
56
Running Tests
17
Supported Language Features and Polyfills
13
Troubleshooting
13
Developing Components in Isolation
8
Proxying API Requests in Development
7
Making a Progressive Web App
7
Adding Flow
5
Integrating with an API Backend
4
Adding Custom Environment Variables
4
Debugging in the Editor
3
Debugging Tests
3
Adding a CSS Preprocessor (Sass, Less etc.)
3
Formatting Code Automatically
3
Advanced Configuration
3
Fetching Data with AJAX Requests
3
Using the `public` Folder
3
Importing a Component
3
Adding a Stylesheet
2
Adding a Router
2
Pre-Rendering into Static HTML Files
2
Can I Use Decorators?
2
Adding Bootstrap
2
Analyzing the Bundle Size
1
Updating to New Releases
1
Publishing Components to npm
1
Changing the Page `<title>`
1
Sending Feedback
1
Injecting Data from the Server into the Page
1
Syntax Highlighting in the Editor
1
Displaying Lint Output in the Editor
1
Available Scripts
1
Post-Processing CSS
1
Code Splitting
1
Sub Categories
[Firebase](https://firebase.google.com/)
36
`npm run eject`
15
Using a Custom Theme
9
Adding Development Environment Variables In `.env`
8
Configuring a WebSocket Proxy
7
Getting Started with Styleguidist
6
WebStorm
6
`npm test` hangs on macOS Sierra
6
`npm start` doesn’t detect changes
5
`Button.js`
5
Ruby on Rails
4
Getting Started with Storybook
4
When to Use the `public` Folder
4
On CI servers
4
Debugging Tests in Visual Studio Code
4
[Surge](https://surge.sh/)
4
Offline-First Considerations
4
[GitHub Pages](https://pages.github.com/)
4
[Heroku](https://www.heroku.com/)
3
Serving Apps with Client-Side Routing
3
Testing Components
3
Visual Studio Code
2
[Now](https://zeit.co/now)
2
With React Router
2
Static Server
2
[Azure](https://azure.microsoft.com/)
2
Disabling jsdom
2
Node
2
"Invalid Host Header" Errors After Configuring Proxy
2
Editor Integration
2
`DangerButton.js`
2
Coverage Reporting
1
[S3](https://aws.amazon.com/s3) and [CloudFront](https://aws.amazon.com/cloudfront/)
1
Building for Relative Paths
1
Using Third Party Assertion Libraries
1
Command Line Interface
1
Moment.js locales are missing
1
Progressive Web App Metadata
1
On your own environment
1
`npm start`
1
Snapshot Testing
1
`npm run build` exits too early
1
[Netlify](https://www.netlify.com/)
1
Configuring the Proxy Manually
1
Keywords
javascript
7
nodejs
4
react
3
css
3
node
3
websocket
2
dotenv
2
yaml
2
vue
2
typescript
2
scss
2
printer
2
ast
2
flow
2
formatter
2
graphql
2
angular
2
html
2
json
2
jsx
2
less
2
markdown
2
prettier
2
styleguide
1
buildpack
1
documentation
1
websocket-server
1
websocket-compression
1
websocket-client
1
rfc-6455
1
real-time
1
promise
1
http-client
1
prefixer
1
postcss-plugins
1
secrets
1
security-tools
1
browser-sync
1
connect
1
express
1
fastify
1
http-proxy
1
middleware
1
nextjs
1
polka
1
proxy
1
proxy-middleware
1
offline
1
progressive-web-app
1
service-workers
1