|
| 1 | +I'm new to ReactJS. This project is my sandbox as I learn more about the library and become more familiar with how it all works. |
| 2 | + |
| 3 | +The application is hosted here: [knay-react](https://knaylor.github.io/knay-react/). |
| 4 | + |
| 5 | +Below is the boilerplate README text created for a React application (I'm leaving it here for reference, hey I'm new at this). |
| 6 | + |
| 7 | +------------------------------ |
| 8 | + |
1 | 9 | This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
|
2 | 10 |
|
3 | 11 | Below you will find some information on how to perform common tasks.<br>
|
@@ -300,7 +308,7 @@ In the WebStorm menu `Run` select `Edit Configurations...`. Then click `+` and s
|
300 | 308 |
|
301 | 309 | Start your app by running `npm start`, then press `^D` on macOS or `F9` on Windows and Linux or click the green debug icon to start debugging in WebStorm.
|
302 | 310 |
|
303 |
| -The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine. |
| 311 | +The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine. |
304 | 312 |
|
305 | 313 | ## Formatting Code Automatically
|
306 | 314 |
|
@@ -1989,7 +1997,7 @@ If you’re using [Apache HTTP Server](https://httpd.apache.org/), you need to c
|
1989 | 1997 | RewriteRule ^ index.html [QSA,L]
|
1990 | 1998 | ```
|
1991 | 1999 |
|
1992 |
| -It will get copied to the `build` folder when you run `npm run build`. |
| 2000 | +It will get copied to the `build` folder when you run `npm run build`. |
1993 | 2001 |
|
1994 | 2002 | If you’re using [Apache Tomcat](http://tomcat.apache.org/), you need to follow [this Stack Overflow answer](https://stackoverflow.com/a/41249464/4878474).
|
1995 | 2003 |
|
@@ -2429,7 +2437,7 @@ To resolve this:
|
2429 | 2437 | 1. Open an issue on the dependency's issue tracker and ask that the package be published pre-compiled.
|
2430 | 2438 | * Note: Create React App can consume both CommonJS and ES modules. For Node.js compatibility, it is recommended that the main entry point is CommonJS. However, they can optionally provide an ES module entry point with the `module` field in `package.json`. Note that **even if a library provides an ES Modules version, it should still precompile other ES6 features to ES5 if it intends to support older browsers**.
|
2431 | 2439 |
|
2432 |
| -2. Fork the package and publish a corrected version yourself. |
| 2440 | +2. Fork the package and publish a corrected version yourself. |
2433 | 2441 |
|
2434 | 2442 | 3. If the dependency is small enough, copy it to your `src/` folder and treat it as application code.
|
2435 | 2443 |
|
|
0 commit comments