Skip to content

Commit

Permalink
Část osnovy pro JS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
podlomar committed Sep 15, 2023
1 parent 7c2e49a commit c3e8a9c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
4 changes: 4 additions & 0 deletions js2/bundlovani/entry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: Bundlování
lead: Pro vývoj větších aplikací budeme potřeba pomocný nástroj, který nám vytvoří kód optimalizovaný pro reální nasazení.
sections:
- bundlery
23 changes: 12 additions & 11 deletions js2/entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ title: JavaScript 2
lead: Naučíte se vytvářet složitější webové aplikace a poznáte hlubší zákoutí JavaScriptu.
lessons:
- opakovani
- func-data
- server-komunikace
- komponenty
- dom-elementy
- posilani-dat
- webpack
- komunikace-routing
- cloud-db
- cafe-lora-1
- cafe-lora-2
- webhosting
- organizace
# - func-data
# - server-komunikace
# - komponenty
# - dom-elementy
# - posilani-dat
# - webpack
# - komunikace-routing
# - cloud-db
# - cafe-lora-1
# - cafe-lora-2
# - webhosting
5 changes: 5 additions & 0 deletions js2/organizace/entry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: Organizace kódu
lead: Abychom se vyznali ve větších programech, musime se naučit dobře organizovat náš zdrojový kód
sections:
- import-export

6 changes: 6 additions & 0 deletions js2/organizace/import-export.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Import a export

Osnova:

1. Motivace pomocí řešení FilmBoxu, všechno je v jednom souboru, nečitelné, těžko spravovatelné.
1. Ukázak jak funguje import/export

0 comments on commit c3e8a9c

Please sign in to comment.