Channel Fireship merilis latihan penggunaan React dengan modul WASM FFMpeg untuk membuat aplikasi web editing video
https://youtu.be/-OTc0Ki7Sv0
---
Latihan sederhana membuat aplikasi web pencarian film dengan React dan Omdb API
https://blog.logrocket.com/building-a-movie-search-app-in-react/
---
Mengenal SearchKit, layanan untuk membuat UI pencarian yang sudah dilengkapi dengan ElasticSearch dan GraphQL
https://blog.graphqleditor.com/searchkit/
---
#react #wasm #videoEditing #movie #omdb #searchkit #elasticsearch
https://youtu.be/-OTc0Ki7Sv0
---
Latihan sederhana membuat aplikasi web pencarian film dengan React dan Omdb API
https://blog.logrocket.com/building-a-movie-search-app-in-react/
---
Mengenal SearchKit, layanan untuk membuat UI pencarian yang sudah dilengkapi dengan ElasticSearch dan GraphQL
https://blog.graphqleditor.com/searchkit/
---
#react #wasm #videoEditing #movie #omdb #searchkit #elasticsearch
YouTube
WASM + React... Easily build video editing software with JS & FFmpeg
Use Web Assembly to build an app that converts video files to GIF (using FFmpeg), entirely from a frontend React JavaScript application. https://fireship.io/lessons/wasm-video-to-gif/
Source Code: https://github.com/fireship-io/react-wasm-gif-maker
FFmpeg.wasm…
Source Code: https://github.com/fireship-io/react-wasm-gif-maker
FFmpeg.wasm…
Latihan penggunaan Next JS untuk membuat aplikasi web dengan mode statis atau Static Site Generator
https://www.freecodecamp.org/news/static-site-generation-with-nextjs/
---
Latihan membuat aplikasi film dengan React JS dan OMDB API
https://www.freecodecamp.org/news/react-movie-app-tutorial/
---
Membuat sistem authentication sederhana dengan Firebase Auth dan React JS
https://dev.to/michaelburrows/react-user-registration-authentication-using-firebase-40fj
---
Memperkenalkan library React Colorful, library untuk mengambil pilihan warna di aplikasi web React JS
https://blog.bitsrc.io/react-colorful-a-minimalist-and-fast-alternative-to-react-color-8d408e1b9ebb
---
#nextjs #react #ssg #firebase #auth #omdb #movie
https://www.freecodecamp.org/news/static-site-generation-with-nextjs/
---
Latihan membuat aplikasi film dengan React JS dan OMDB API
https://www.freecodecamp.org/news/react-movie-app-tutorial/
---
Membuat sistem authentication sederhana dengan Firebase Auth dan React JS
https://dev.to/michaelburrows/react-user-registration-authentication-using-firebase-40fj
---
Memperkenalkan library React Colorful, library untuk mengambil pilihan warna di aplikasi web React JS
https://blog.bitsrc.io/react-colorful-a-minimalist-and-fast-alternative-to-react-color-8d408e1b9ebb
---
#nextjs #react #ssg #firebase #auth #omdb #movie
freeCodeCamp.org
What is Static Site Generation? How Next.js Uses SSG for Dynamic Web Apps
Static websites are as old as the web itself. But the rise of JavaScript has opened the door to make those static sites more dynamic. While that can include building an HTML file by hand, how can we leverage static generation to build apps with mode...