Materi
Kursus:
Dasar Dasar Membangun Aplikasi Mobile de...
Login
Curriculum
Dasar Dasar Membangun Aplikasi Mobile dengan React Native
Belajar React Native
0/42
1. Pengenalan React Native
7:06
Pratinjau
2. Persiapan Environtment
14:28
Pratinjau
3. Cara Membuat Project Baru (Android dan iOS) di React Native
4:54
Pratinjau
4. Cara Menjalankan Aplikasi React Native di Emulator (Android & iOS) dan Real Device (Smartphone)
Sorry, this lesson is currently locked. You need to complete "3. Cara Membuat Project Baru (Android dan iOS) di React Native" before accessing it.
11:29
5. Cara membuka VSCode melalui terminal, Membuat custom script di package.json, Struktur Project
Sorry, this lesson is currently locked. You need to complete "4. Cara Menjalankan Aplikasi React Native di Emulator (Android & iOS) dan Real Device (Smartphone)" before accessing it.
12:10
6. Menyimpan Project React Native di Repository Online. Setup, dan commit Codingan ke Repository.
Sorry, this lesson is currently locked. You need to complete "5. Cara membuka VSCode melalui terminal, Membuat custom script di package.json, Struktur Project" before accessing it.
12:26
7. Mengenal Konsep Dasar Component di React Native dan 6 Basic Component yang sering digunakan
Sorry, this lesson is currently locked. You need to complete "6. Menyimpan Project React Native di Repository Online. Setup, dan commit Codingan ke Repository." before accessing it.
10:16
8. Membuat Component dengan Functional Component (Hooks) , Implementasi View, Text, Image, TextInput
Sorry, this lesson is currently locked. You need to complete "7. Mengenal Konsep Dasar Component di React Native dan 6 Basic Component yang sering digunakan" before accessing it.
16:11
9. Membuat Component dengan Class Component di React Native
Sorry, this lesson is currently locked. You need to complete "8. Membuat Component dengan Functional Component (Hooks) , Implementasi View, Text, Image, TextInput" before accessing it.
6:11
10. Basic Styling React Native Component - (Dimensi, Background, Color, Margin, Padding, FontSize)
Sorry, this lesson is currently locked. You need to complete "9. Membuat Component dengan Class Component di React Native" before accessing it.
17:28
11. Memahami Export dan Import di React Native Component
Sorry, this lesson is currently locked. You need to complete "10. Basic Styling React Native Component - (Dimensi, Background, Color, Margin, Padding, FontSize)" before accessing it.
12:30
12. Memahami Basic Layouting di React Native dengan menggunakan FlexBox
Sorry, this lesson is currently locked. You need to complete "11. Memahami Export dan Import di React Native Component" before accessing it.
16:48
13. Memahami konsep position di dalam component React Native
Sorry, this lesson is currently locked. You need to complete "12. Memahami Basic Layouting di React Native dengan menggunakan FlexBox" before accessing it.
13:29
14. Merapihkan project React Native dengan struktur yang mudah dibaca dan dikembangkan
Sorry, this lesson is currently locked. You need to complete "13. Memahami konsep position di dalam component React Native" before accessing it.
15:56
15. Memahami lifecycle Class Component
Sorry, this lesson is currently locked. You need to complete "14. Merapihkan project React Native dengan struktur yang mudah dibaca dan dikembangkan" before accessing it.
18:55
16. Memahami lifecycle Functional Component (Hooks)
Sorry, this lesson is currently locked. You need to complete "15. Memahami lifecycle Class Component" before accessing it.
9:42
17. Membuat Component yang dinamis dengan menggunakan Props
Sorry, this lesson is currently locked. You need to complete "16. Memahami lifecycle Functional Component (Hooks)" before accessing it.
13:52
18. Membuat Component yang dinamis dengan menggunakan State
Sorry, this lesson is currently locked. You need to complete "17. Membuat Component yang dinamis dengan menggunakan Props" before accessing it.
12:52
19. Memahami konsep komunikasi antar komponent di React Native dengan menggunakan props dan state
Sorry, this lesson is currently locked. You need to complete "18. Membuat Component yang dinamis dengan menggunakan State" before accessing it.
14:55
20. Cara Setup Eslint di Javascript, ReactJS dan React Native
Sorry, this lesson is currently locked. You need to complete "19. Memahami konsep komunikasi antar komponent di React Native dengan menggunakan props dan state" before accessing it.
17:57
21. Basic Javascript yang perlu difahami untuk belajar React Native - Variable, Function, Condition...
Sorry, this lesson is currently locked. You need to complete "20. Cara Setup Eslint di Javascript, ReactJS dan React Native" before accessing it.
23:52
22. Cara menggunakan image SVG didalam project React Native
Sorry, this lesson is currently locked. You need to complete "21. Basic Javascript yang perlu difahami untuk belajar React Native - Variable, Function, Condition..." before accessing it.
7:49
23. Penjelasan Aplikasi Statis dan Aplikasi Dinamis
Sorry, this lesson is currently locked. You need to complete "22. Cara menggunakan image SVG didalam project React Native" before accessing it.
3:17
24. Penjelasan Bagaimana Konsep Aplikasi Dinamis itu Bekerja
Sorry, this lesson is currently locked. You need to complete "23. Penjelasan Aplikasi Statis dan Aplikasi Dinamis" before accessing it.
3:57
25. Referensi Fake API atau Dummy API Online
Sorry, this lesson is currently locked. You need to complete "24. Penjelasan Bagaimana Konsep Aplikasi Dinamis itu Bekerja" before accessing it.
5:06
26. Penjelasan tentang HTTP Methods / HTTP Request
Sorry, this lesson is currently locked. You need to complete "25. Referensi Fake API atau Dummy API Online" before accessing it.
3:42
27. Penggunaan Postman untuk API Testing
Sorry, this lesson is currently locked. You need to complete "26. Penjelasan tentang HTTP Methods / HTTP Request" before accessing it.
4:52
28. Implementasi Pemanggilan API di Aplikasi React Native dengan Vanilla JS
Sorry, this lesson is currently locked. You need to complete "27. Penggunaan Postman untuk API Testing" before accessing it.
11:17
29. Memunculkan Hasil Call API ke Aplikasi React Native
Sorry, this lesson is currently locked. You need to complete "28. Implementasi Pemanggilan API di Aplikasi React Native dengan Vanilla JS" before accessing it.
9:03
30. Call API dengan Third Party dan Installasi Axios
Sorry, this lesson is currently locked. You need to complete "29. Memunculkan Hasil Call API ke Aplikasi React Native" before accessing it.
10:57
31. Membuat Fake API di local dan Installasi JSON Server
Sorry, this lesson is currently locked. You need to complete "30. Call API dengan Third Party dan Installasi Axios" before accessing it.
6:12
32. Menyiapkan UI Component untuk Implementasi Proses CRUD
Sorry, this lesson is currently locked. You need to complete "31. Membuat Fake API di local dan Installasi JSON Server" before accessing it.
7:24
33. Implementasi CRUD di React Native (Create - Method POST)
Sorry, this lesson is currently locked. You need to complete "32. Menyiapkan UI Component untuk Implementasi Proses CRUD" before accessing it.
8:37
34. Implementasi CRUD di React Native (Read - Method GET)
Sorry, this lesson is currently locked. You need to complete "33. Implementasi CRUD di React Native (Create - Method POST)" before accessing it.
7:52
35. Implementasi CRUD di React Native (Update - Method PUT)
Sorry, this lesson is currently locked. You need to complete "34. Implementasi CRUD di React Native (Read - Method GET)" before accessing it.
10:26
36. Implementasi CRUD di React Native (Delete - Method DELETE)
Sorry, this lesson is currently locked. You need to complete "35. Implementasi CRUD di React Native (Update - Method PUT)" before accessing it.
6:49
37. Kenapa kita memerlukan Push Notification
Sorry, this lesson is currently locked. You need to complete "36. Implementasi CRUD di React Native (Delete - Method DELETE)" before accessing it.
2:11
38. Tipe tipe push notification (Foreground & Background Push Notification)
Sorry, this lesson is currently locked. You need to complete "37. Kenapa kita memerlukan Push Notification" before accessing it.
2:55
39. Setup Firebase Cloud Messaging dan Installasi Push Notification Package
Sorry, this lesson is currently locked. You need to complete "38. Tipe tipe push notification (Foreground & Background Push Notification)" before accessing it.
13:20
40. Manual Setup Package React Native Push Notification di Android
Sorry, this lesson is currently locked. You need to complete "39. Setup Firebase Cloud Messaging dan Installasi Push Notification Package" before accessing it.
4:08
41. Implementasi Local Notification (Setup NotificationHandler & NotificationService)
Sorry, this lesson is currently locked. You need to complete "40. Manual Setup Package React Native Push Notification di Android" before accessing it.
14:22
42. Implementasi Remote Push Notification dengan FCM Rest API
Sorry, this lesson is currently locked. You need to complete "41. Implementasi Local Notification (Setup NotificationHandler & NotificationService)" before accessing it.
8:50
Tugas Praktek
0/1
Tugas: Membuat Aplikasi To Do List
Sorry, this lesson is currently locked. You need to complete "Belajar React Native" before accessing it.
Tugas
Video
1. Pengenalan React Native
Masuk
Kata sandi harus memiliki minimal 8 karakter angka dan huruf, mengandung setidaknya 1 huruf kapital
No Telp
Bidang Keahlian
Bisnis
Marketing
Pemrograman
Pengembangan Website
Bahasa
Design
Sains
Fisika
Kimia
Matematika
Hapus File
Yakin ingin melanjutkan?
Batal
Hapus
I agree with storage and handling of my data by this website.
Privacy Policy
Ingat Saya
Masuk
Daftar
Restore password
Send reset link
Password reset link sent
to your email
Tutup
Your application is sent
We'll send you an email as soon as your application is approved.
Go to Profile
Belum Punya Akun?
Daftar
Masuk
Lupa Password?
WhatsApp Kami