-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Osnova pro lekce 6, 7 a 8 v JS2 #606
base: master
Are you sure you want to change the base?
Changes from all commits
4715bfa
cf4046d
06913f5
a7d1f38
9861169
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## CRUD | ||
|
||
Zkratka CRUD je používána pro označení základních operací nad daty v databázi. Jedná se o operace **C**reate, **R**ead, **U**pdate a **D**elete. V případě frontendových aplikací nikdy nepřistupujeme k databázi přímo, nýbrž vždy přes webové API. V tomto případě tyto operace provádíme pomocí HTTP metod POST, GET, PUT a DELETE. Všechny tyto metody jsme si již dříve vyzkoušeli. V této části si ukážeme, že na základě těchto operací si můžeme vytvořit představu a tom, jak vnitřně funguje většina webových aplikací. | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: Architektura JSX aplikací | ||
lead: Hluběji rozebereme jak strukturovat frontendové aplikace založené na čistém JSX. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Před jak má být čárka. |
||
access: 'claim' | ||
sections: | ||
- dotaz-patch | ||
- crud | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Dotaz PATCH | ||
|
||
Kromě dotazu GET a POST existují ještě dotazy PATCH a DELETE, který slouží k aktualizaci nějakého záznamu. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Napsal bych:
|
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.