XForDev's profile picture. Laravel API + React frontend 💙

LaraReact

@XForDev

Laravel API + React frontend 💙

LaraReact reposted

Another quick win for Laravel devs. Make your tap() or Tappable object calls type hinted with @rectorphp Type hinting can be a pain while developing so rules like this can help in your CI process. Anything I should be working on next? 🏠 github.com/driftingly/rec…

SlyFireFox's tweet image. Another quick win for Laravel devs. Make your tap() or Tappable object calls type hinted with @rectorphp 

Type hinting can be a pain while developing so rules like this can help in your CI process.

Anything I should be working on next? 🏠

github.com/driftingly/rec…

LaraReact reposted

2500 people watching @ThePrimeagen doing php at @aarondfrancis’s studio. Nuts… 🔥


LaraReact reposted

I'll become a fan of ChatGPT the moment it starts to port our legacy AngularJS code to React


LaraReact reposted

When you're building React apps, you can use Laravel for the back end. And in this in-depth tutorial, San shows you how by building a draggable task list app. He walks you through building out the backend first and then covers all the frontend details. freecodecamp.org/news/use-react…


LaraReact reposted

Wanna speed up your TypeScript builds and improve your IDE's TypeScript language server performance? Replace type intersections with interfaces. Here's how: 1. Search for this: & { 2. Replace the type intersections with an interface. Why? Because type intersections are slow.…

housecor's tweet image. Wanna speed up your TypeScript builds and improve your IDE's TypeScript language server performance?

Replace type intersections with interfaces.

Here's how: 
1. Search for this: & {
2. Replace the type intersections with an interface.

Why? Because type intersections are slow.…

LaraReact reposted

Sometimes people will look at a React Server Components diagram and say: "look! so complicated!" But if you draw a similar chart of their own app you'd find it's not all that different.

kentcdodds's tweet image. Sometimes people will look at a React Server Components diagram and say: "look! so complicated!"

But if you draw a similar chart of their own app you'd find it's not all that different.
kentcdodds's tweet image. Sometimes people will look at a React Server Components diagram and say: "look! so complicated!"

But if you draw a similar chart of their own app you'd find it's not all that different.

LaraReact reposted

Hott or not? 🤔

taylorotwell's tweet image. Hott or not? 🤔

LaraReact reposted

🔥 Laravel Tip Queries that need to examine string columns will always be slower than integer columns (even when indexed). For larger tables, using integers in the database and representing them using readable enums in app code can make a major difference to performance.

mattkingshott's tweet image. 🔥 Laravel Tip

Queries that need to examine string columns will always be slower than integer columns (even when indexed). 

For larger tables, using integers in the database and representing them using readable enums in app code can make a major difference to performance.

LaraReact reposted

My new Laravel video of the day. New in Laravel 10.47: Eloquent whereAll() and whereAny() - YouTube youtube.com/watch?v=3DHPfg…

PovilasKorop's tweet image. My new Laravel video of the day.

New in Laravel 10.47: Eloquent whereAll() and whereAny() - YouTube youtube.com/watch?v=3DHPfg…

LaraReact reposted

🔥 Laravel Tip: Instructing the DB to delete hundreds of thousands, or millions of records is a guaranteed way to make it to fall over. Fortunately, you can help by adding pauses in the deletion process...

mattkingshott's tweet image. 🔥 Laravel Tip: Instructing the DB to delete hundreds of thousands, or millions of records is a guaranteed way to make it to fall over. Fortunately, you can help by adding pauses in the deletion process...

LaraReact reposted

Here's what makes @tan_stack Router special: It's the first React router designed to work with TypeScript. The API feels "weird" at first. Then you realize - oh, when I structure my routes and params this way, everything is strongly typed! Brilliant. 🔥


LaraReact reposted

I've taught teams React with React Router for years. Today I'm using @tan_stack Router instead. We're using the file-based approach. It's quite nice. I like how easy it is to set up the watch mode with Vite. When I hit save, it generates route types. Slick. And autocomplete…

housecor's tweet image. I've taught teams React with React Router for years. Today I'm using @tan_stack Router instead. 

We're using the file-based approach. It's quite nice. I like how easy it is to set up the watch mode with Vite. When I hit save, it generates route types. Slick.

And autocomplete…

LaraReact reposted

My answer: TypeScript's goal is not to be type-safe. It's to provide a type system to describe enough of JavaScript to be useful.

Is TypeScript type-safe?



LaraReact reposted

React Server Actions have helped me: ◆ Write less code ◆ Build better user experiences How can we create products that are resilient to slower internet connections and instantly provide feedback on user input? ↓


LaraReact reposted

RIP React Router? @t3dotgg Tanstack Router is a HUGE release and it's going to change how we think about our routes forever. youtu.be/LVzG3nncE4M

mankms's tweet image. RIP React Router? @t3dotgg

Tanstack Router is a HUGE release and it's going to change how we think about our routes forever.

youtu.be/LVzG3nncE4M

LaraReact reposted

Why I'm excited about React Server Components (RSC): 1. Smaller JS bundle (Server components add zero K to the bundle) 2. Performance. Fetching starts faster, runs on the server, and the results stream via HTTP streaming. 3. Simple fetching. No useEffect or state! 4. I don't…

housecor's tweet image. Why I'm excited about React Server Components (RSC):

1. Smaller JS bundle (Server components add zero K to the bundle)

2. Performance. Fetching starts faster, runs on the server, and the results stream via HTTP streaming.

3. Simple fetching. No useEffect or state!

4. I don't…

LaraReact reposted

NuxtLabs UI is now Nuxt UI 💚 ui.nuxt.com


LaraReact reposted

🎉 Just published a very detailed article about Docker and Laravel. It contains everything you need to know about Dockerizing: - Laravel API - Vue SPA - Worker - Scheduler Check it out if you're interested in Docker:

mmartin_joo's tweet image. 🎉 Just published a very detailed article about Docker and Laravel.

It contains everything you need to know about Dockerizing:
- Laravel API
- Vue SPA
- Worker
- Scheduler

Check it out if you're interested in Docker:

Loading...

Something went wrong.


Something went wrong.