Tag: reactjs

Guess My Number

A simple number guessing game built while learning JavaScript and later recreated with React.

Source: Project

Mengapa kita perlu menggunakan React Server Component?

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

Movientar

A movie browsing project built with React and the TMDB API.

Source: Project

Portfolio

My first personal portfolio website, built before this current site.

Source: Project

Robota

AI-assisted hotel review analytics platform for OTA sentiment and hospitality insights.

Source: Project

SPLP Sulawesi Barat

API gateway management system supporting government service interoperability for West Sulawesi.

Source: Project

Windsight

Data insight platform integrating regional analytics from multiple visualization sources.

Source: Project

[This Site] rizalalfarizi.com

A personal site for writing, selected work, and contact information.

Source: Project

cn(): The Most Useful Function for Styling

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