16: Using a Frontend JavaScript Library with Django

16: Using a Frontend JavaScript Library with Django

ใช้ React.js ร่วมกับ Django template
ใช้ JSX เป็น special format of js
Babel transpiler JSX
fetch js function – เพื่อ retrieve information from REST API
Django {% verbatim %} template tage , เพื่อ unparsed data ใน Django template

p 733 Introduction – เป็น greater tool ในการทำ back end
ทำพวกนี้ง่าย – setup database , route URLs , render templates
ใช้ js เพื่อให้เป็น interactive browser

p 734
p 735
p 736

p 737

p 738