Didik Tri Susantoblog.didiktrisusanto.dev·Sep 2, 2024Simple Laravel Inertia React and Tailwindcss Starter KitIt started when I want to refreshing my skill on front end development with building something related with React but I kind of didn't want to build API-based backend then I was remember Inertiajs exists to solve that. I did several projects with Lar...Discuss·228 readsLaravel
Eise Oluseguneisewilliam.hashnode.dev·Jul 2, 2024Solving development challenges - Dynamic BreadcrumbsAs I start my journey with the HNG Internship), I'm excited to share a recent backend challenge I tackled. Background A couple of months ago, around the start of 2024, I started learning Laravel and PHP despite the abundant Twitter memes (although I ...DiscussLaravel
Qisthi Ramadhaniramageek.hashnode.dev·Jun 27, 2024Restructuring a Laravel Project with Inertia.js, TypeScript, and React: A Case StudyIn modern web development, creating a seamless and efficient workflow for handling web requests is crucial for both developers and users. Recently, I undertook a significant restructuring of a Laravel project that integrates Inertia.js, TypeScript, a...DiscussLaravel
Tuvshinjargal Byambajavtuvshaw.hashnode.dev·Apr 8, 2024Chunk File Uploads with Laravel and React + InertiaJsRecently, I faced an issue with AWS Lambda's 6MB quota limitation while using Laravel Vapor. Implementing chunk file uploads in Laravel paired with ReactJS became a simple solution to overcome this challenge. This approach allows large files to be di...Discuss·165 readsReact
Matteo Gassendmatfire.hashnode.dev·Mar 26, 2024Using Shadcn-ui with Inertia and AdonisJSSince 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 with AdonisJS Since support is experimental, I'll refer you to A...Discuss·116 readsAdonisJS
wang xiao bo bobo.hashnode.dev·Feb 2, 2024using Inertia.js + react + rails to build a projectI'm currently using Inertia.js + react + rails to build a sample project provided by Inertia's official website, I use two sets of UI, one is chakra-ui and the other is antd-ui, I've been developing on the front end for years, using react, so I tried...Discuss·85 readsInertia.js
Adam Campbelladamcampbell.dev·Jan 1, 2024Moving from Inertia.js to Laravel LivewireI've been a huge Inertia.js fan and user for years, and was one of the first adopters after my buddy Jonathan Reinink released it back in 2019. Paired with Vue.js, it just makes spinning up app UIs so easy. Livewire has been around for a long time to...Discuss·1.3K readsMoving from Inertia to LivewireLaravel
Favour Orukpealphadevking.hashnode.dev·Dec 22, 2023Advanced Backend Integration With Inertia.js, React and LaravelIn this comprehensive guide, we’ll embark on a journey to build a sophisticated task management system and a weather application using Laravel as the backend, React as the frontend, and Inertia.js as the bridge between them. This article will guide y...Discuss·10 likes·130 readsInertia.js
Codivorestech.codivores.com·Dec 21, 2023Twill / Vue 3 block partyNow that we have set up all the tools to create blocks on both Twill and Vue sides, let's create some generic blocks. Each block will be created in the Common namespace and will be manually added as an allowed block in the controller of our PageConte...Discuss·309 readsLaravel / Twill / Inertia / Vite / Vue3 Composition API / TypeScript / TailwindLaravel
Codivorestech.codivores.com·Dec 17, 2023Bridging Twill and Vue: crafting dynamic content BlocksNow that we can create pages, it's time to leverage Twill's powerful content management features and construct reusable blocks. In this article, we will focus on creating a basic Title Twill Block (with a translatable Twill Text Input in a Common nam...Discuss·312 readsLaravel / Twill / Inertia / Vite / Vue3 Composition API / TypeScript / TailwindLaravel