About 4 results
https://matteogassend.com/articles/using-shadcn-ui-with-inertia-and-adonisjs · 26 Mar 2024
import CodeSandbox from '../../components/mdx/CodeSandbox.astro' Since AdonisJS V6 has experimental support for Inertia, I thought it might be a good idea to see if I could configure shadcn/ui to run with the aforementioned stack. Configuring Inertia wit...
https://matteogassend.com/articles/appwrite-hackaton-movieplay · 10 Jun 2023
import Youtube from '../../components/mdx/Youtube.astro' Well, I recently quit my job so I got free time and this hackathon between Hashnode and Appwrite is announced. This is clearly a sign. So I decided to build MoviePlay. Before we get into the trials ...
https://matteogassend.com/articles/hook-line-sinker · 25 Jan 2022
Following up on the Beginner's guide to React, this article will cover the basic "hooks" that React offers. What are hooks? Hooks are a functionality introduced in React 16.8. They allow you to create stateful functional components. If that last phrase ...
https://matteogassend.com/articles/react-for-beginners · 15 Aug 2020
So... You heard of this framework called React and want to know what all the fuss is about ? Well, wander no more ! Let's go for a spin with ReactJS and build a simple application that will let us see why everyone is talking about it. Installing React Pr...