- 04 Jan, 2019 1 commit
-
-
Hardo authored
-
- 03 Jan, 2019 1 commit
-
-
Dan Abramov authored
-
- 01 Jan, 2019 1 commit
-
-
Janne R authored
Replace deprecated ${workspaceRoot} variable with ${workspaceFolder} in VSCode launch.json. See https://code.visualstudio.com/docs/editor/variables-reference#_why-isnt-workspaceroot-documented
-
- 24 Dec, 2018 2 commits
-
-
Jason Quense authored
* Generalize the adding bootstrap documentation * Update adding-bootstrap.md * Update adding-bootstrap.md * Update adding-bootstrap.md
-
Lukas Werfel authored
Add a note that it will work in IDE with 2.0.3 and later
-
- 23 Dec, 2018 1 commit
-
-
Denis Mukhametov authored
"on" value of "autoprefixer grid" is kinda deprecated. It's better to use "autoplace" or "no-autoplace" instead. https://github.com/postcss/autoprefixer#options "autoplace" enables PostCss' autoplace polyfill for ie and makes prefixes, "no-autoplace" only makes prefixes https://github.com/postcss/autoprefixer#does-autoprefixer-polyfill-grid-layout-for-ie
-
- 11 Dec, 2018 2 commits
-
-
Matheus Souza authored
-
Max Belsky authored
-
- 08 Dec, 2018 2 commits
-
-
Ian Schmitz authored
-
Manoel authored
-
- 06 Dec, 2018 1 commit
-
-
Ian Sutherland authored
-
- 05 Dec, 2018 1 commit
-
-
Nicolas Goutay authored
-
- 04 Dec, 2018 1 commit
-
-
Jayant Bhawal authored
`node-sass` supports the SASS_PATH variable that we can use. This PR adds that to the documentation.
-
- 27 Nov, 2018 1 commit
-
-
Adam Laycock authored
* Add default values to `file_ext` note * Update note to include a link to the relevant docs * Update copy to indicate the default values * Add missing space
-
- 23 Nov, 2018 1 commit
-
-
Wendy Smoak authored
-
- 14 Nov, 2018 1 commit
-
-
Sagir Khan authored
Reduce two-step install to just one step (per the latest storybook docs) Change (i) `npm install -g @storybook/cli` and (ii) `sb init` to `npx -p @storybook/cli sb init` Refs: https://storybook.js.org/basics/quick-start-guide/
-
- 12 Nov, 2018 1 commit
-
-
Andy authored
-
- 05 Nov, 2018 2 commits
-
-
Kasra Bigdeli authored
-
Jing Ma authored
-
- 04 Nov, 2018 1 commit
-
-
Oleksandr Melnykov authored
Fix public folder documentation link
-
- 01 Nov, 2018 1 commit
-
-
Jake Boone authored
-
- 30 Oct, 2018 2 commits
-
-
Vincent authored
For users coming from create-react-app-typescript, the added link provides instructions on how to port their app to Create React App.
-
Joe Haddad authored
-
- 29 Oct, 2018 1 commit
-
-
Eric Feng authored
* Fixing Internal Links Internal links, like those found on [Available Scripts](https://facebook.github.io/create-react-app/docs/available-scripts) use absolute urls and therefore link to https://facebook.github.io/docs/deployment instead of https://facebook.github.io/create-react-app/docs/deployment. * changing to markdown links and fixing various broken internal links
-
- 28 Oct, 2018 1 commit
-
-
Joe Haddad authored
* Specify types in package * Do not remove types file on eject * Stop copying types into generated project * Reference react and react-dom * Reference node types * Install node types as well * Restore copying * Add Node to the list of installed types * Reference Jest types * Remove jest types from install * Remove jest from CRA install * Remove Jest reference and let user do this themselves * Stop copying types file * Add types key to package.json * Add appTypeDeclarations and create when missing * Rename declarations file * Add Jest back to install instructions * Minimize diff
-
- 24 Oct, 2018 2 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
- 22 Oct, 2018 4 commits
-
-
Bruno Lemos authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Sanity check TypeScript config * Check more options * Set all defaults and suggestions * Update docs * Update doc notes * Automatically copy react app declared types to project on start * Remove note about loaders.d.ts
-
- 21 Oct, 2018 3 commits
-
-
Joe Haddad authored
* Always type check TypeScript when being used * Use alternate version
-
Bruno Lemos authored
-
Joe Haddad authored
-
- 20 Oct, 2018 2 commits
-
-
Noel Yoo authored
-
Jesse Peterman authored
changed amy to any
-
- 19 Oct, 2018 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
- 11 Oct, 2018 1 commit
-
-
Amy Lam authored
- Copy edits for consistency - Remove <br>'s for readability Should all headers be Title Case? I see `Creating an App` but `Installing A Dependency`. I tend to use https://titlecaseconverter.com/, thoughts?
-
- 09 Oct, 2018 1 commit
-
-
Jon Clark authored
-