ClojureScript for React Developer - 4. Interactive cljs-ajax 101

preview_player
Показать описание
In this video you will learn the following:
- Add cljs-ajax as a dependency
- Learn how to make HTTP GET request using the GET helper function
- Learn how to explore and interact with cljs-ajax apis using the REPL and gain rapid feedback.
You many not realize how big of a deal this is but you will as you begin to write more complex applications. This rapid feedback mechanism greatly improves developers productivity. More on REPL later :)
- Learn how to json-response-format to format responses
- Learn how to pass handler and error-functions to capture success and error responses respectively
- Learn how to use reagent atom to store the response and use it it display the articles title

Here is the full timeline:
0:00 Create new branch
0:20 cljs-ajax 101 ft. REPL
3:50 articles-browse
9:40 json-response-format
11:25 how to mimic componentDidMount in cljs

In the next video we will implement articles preview component.
Рекомендации по теме
Комментарии
Автор

Thank you for all your efforts to publish this instructional video.

diegonayalazo
Автор

Haha I was working with that lib and I have been debugging the keywords format, right now I understand. So thanks bro

brahayansuarez
Автор

Vishal Gautam thanks very much! I have a question for you: how do hidden the evaluate result from Chlrorine? For me i can't do

antoniosousa
visit shbcf.ru