Skip to content

Commit

Permalink
Basics done
Browse files Browse the repository at this point in the history
  • Loading branch information
hising committed May 29, 2020
1 parent d4654db commit fadc466
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
- ES6 (och nyare)
- Klient (webbläsare) och server
- String, Array, Objects, Date
- Ramverk (bara överblick) - React, Angular, Svelte, Vue, Express, Next.js
- Ramverk (överblick) - React, Angular, Svelte, Vue, Express, Next.js
- Bundlers (överblick) - Webpack, Parcel, Rollup
- Typade språk (jmf Java) - TypeScript, Dart, Haxe, Elm osv
- Browserstöd
- DOM / Events etc
- Http Requests / DOM / Events etc
- Can I Use ___ ? - https://caniuse.com/
- BabelJS
- Polyfills
Expand All @@ -29,7 +30,7 @@
- Asynkront/Synkront (Callback, Promises, async-await)
- Hackigt förut, nu väldigt standardiserat
- Axios, Superagent etc
- Fetch
- Fetch - https://caniuse.com/#feat=fetch

## Lära sig mer
- 30 Seconds of Code - https://www.30secondsofcode.org/js/p/1
Expand All @@ -42,7 +43,7 @@
- StackOverflow - https://stackoverflow.com/

## Vad vi inte täcker här
- En sund och bra utvecklingsmiljö (Node, NVM, NPM/Yarn)
- En sund och bra utvecklingsmiljö (Node, NVM, NPM/Yarn, Github, Tooling, IDE)
- Server-side JavaScript (NodeJS)
- Packagers (Webpack, Parcel etc)
- Ramverk (React, Vue, Svelte, Angular)
Expand All @@ -53,3 +54,4 @@
- Formatting (ex Prettier)
- Build/Deploy and Continous Integration (ex CircleCI alt. Github Actions)
- Hosting (Netlify, VPS, Firebase, Cloud)
- Server-Side Rendering (SSR)

0 comments on commit fadc466

Please sign in to comment.