From de36cbbaf1a14175b4565b3321fdc0e3fedb5f63 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 30 Apr 2019 00:01:14 +0000 Subject: [PATCH] --- devdocs/tools.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devdocs/tools.txt b/devdocs/tools.txt index 5c6c28b5..3367fcdd 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -50,6 +50,10 @@ AJAX LIBRARY = FETCH Fetch is the built in method in modern browsers for doing ajax and looked at libs like axios but they don't bring much that is needed to the table - https://scotch.io/tutorials/how-to-use-the-javascript-fetch-api-to-get-data +PROMISES - how to +=-=-=-=-=-=-=-=-=- +https://html5hive.org/how-to-chain-javascript-promises/ + CSS PREPROCESSOR = SASS =-=-=-=-=-=-=-=-=-=-=-=- Sass is the most widely used, and seems to have what I need