Skip to content

Instantly share code, notes, and snippets.

View jamesta696's full-sized avatar
🎯
Focusing

JameSta jamesta696

🎯
Focusing
  • Automatic Data Processing - ADP, LLC
  • WA, USA
View GitHub Profile
@jamesta696
jamesta696 / react-app-dependencies.txt
Created October 15, 2020 17:21
ReactJS: List of production dependencies for a create-react-app application.
Below is the output of `npm ls --prod` for app boilerplate generated by create-react-app
For those concerned how many packages are deduped, the count is 1709, according to `grep` output piped to `wc`. This means 1,974 dependencies in this tree are not duplicates.
sample@0.1.0 /private/var/www/sample
├─┬ react@16.8.4
│ ├─┬ loose-envify@1.4.0
│ │ └── js-tokens@4.0.0
│ ├── object-assign@4.1.1
│ ├─┬ prop-types@15.7.2
@jamesta696
jamesta696 / Arc2D-Init_Nunjucks.png
Last active November 28, 2020 00:13
Arc2D - Using Custom HTML Template Engines (Nunjucks Example)
Arc2D-Init_Nunjucks.png
@jamesta696
jamesta696 / Arc2D-Rendering_Moving_Clouds_as_Images.gif
Last active December 8, 2020 01:53
Arc2D - Rendering Moving Clouds as Images
Arc2D-Rendering_Moving_Clouds_as_Images.gif
@jamesta696
jamesta696 / Arc2D-Toggle-Button-Snippet.png
Last active December 19, 2020 02:55
Arc2D – Toggle Button Snippet
Arc2D-Toggle-Button-Snippet.png
@jamesta696
jamesta696 / nunjucks-snippet.png
Last active December 19, 2020 22:51
Arc2D – Mozilla Nunjucks Snippet
nunjucks-snippet.png
@jamesta696
jamesta696 / variables_initializer.png
Last active July 6, 2022 23:57
Clean Initializer Setup - OOP JS
variables_initializer.png
@jamesta696
jamesta696 / chart_switcher.png
Last active July 7, 2022 00:37
Switching HTML5 Canvas Charts (In-View) using HTML5, JavaScript & CSS Animation Classes (Animate.css)
chart_switcher.png