Tag: reactjs
A simple number guessing game built while learning JavaScript and later recreated with React.
Source: Project
Next.js 13 memperkenalkan React Server Component (RSC). Mengapa kita perlu menggunakan RSC? Pada tulisan ini, saya akan sharing setidaknya 3 point mengapa kita perlu menggunakan RSC.
Source: Blog
AI-assisted hotel review analytics platform for OTA sentiment and hospitality insights.
Source: Project
API gateway management system supporting government service interoperability for West Sulawesi.
Source: Project
Data insight platform integrating regional analytics from multiple visualization sources.
Source: Project
A personal site for writing, selected work, and contact information.
Source: Project
TailwindCSS is a utility-first CSS framework, which often requires us to write many CSS classes in React components' className. By using the cn() function, we can make the CSS class notation clear and handle complex conditional statements.
Source: Blog