MAMuhamad Amir Azmiinblog.amirazmi.dev·Nov 22, 2023 · 1 min readNextJS App Router - Database Using PrismaThe current state of NextJS, which is NextJS 14 makes the App Router stable and ready to use for production. The App Router embrace the React Server Component from React which allows developer to interact with database or backend logic directly in Re...00
MAMuhamad Amir Azmiinblog.amirazmi.dev·Apr 10, 2023 · 2 min readMy Personal Take on Starting a ReactJS ProjectIntroduction The React core team has recently released official ReactJS documentation that outlines the recommended practices for using React. In addition, they have suggested two meta-frameworks, NextJS and RemixJS, that can be used to start new Rea...00
MAMuhamad Amir Azmiinblog.amirazmi.dev·Dec 7, 2022 · 4 min readReact vs Vue - Local Component StateReact and Vue are some of the most popular front-end frameworks that make the web application become Single Page Application (SPA). Those frameworks using a components approach for building UI for web application. So, it is necessary to have some kin...00