This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from 'react'; | |
| import logo from './logo.svg'; | |
| import 'bootstrap/dist/css/bootstrap.min.css'; | |
| import Icon from './icon'; | |
| import {Form, Input, FormGroup, Container, Label} from 'reactstrap'; | |
| import 'react-dates/initialize'; | |
| import 'react-dates/lib/css/_datepicker.css'; | |
| import {SingleDatePicker} from 'react-dates'; | |
| class App extends Component { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // install the following packages: | |
| // yarn add --dev eslint prettier eslint-config-airbnb@^15.0.1 eslint-config-prettier eslint-plugin-prettier eslint-plugin-react eslint-plugin-import eslint-plugin-jsx-a11y@^5.1.1 | |
| { | |
| "extends": ["airbnb", "prettier", "prettier/react"], | |
| "plugins": ["prettier"], | |
| "parser": "babel-eslint", | |
| "parserOptions": { | |
| "ecmaVersion": 2016, | |
| "sourceType": "module", |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.