
Notes on Laravel Livewire from a React Dev
After a long time as a JavaScript developer, I became disillusioned with React noted here. I’m looking for a well-designed full-stack framework. Next.js has made a mess of React, and React Server Components are a conceptual “bridge too far” for me. Building the Note-taking web app with Laravel / Livewire was a big step outside of the JavaScript ecosystem. Laravel I chose Laravel because of its mature, cohesive ecosystem lacking in JavaScript. It comes bundled with a starter kit that gets your project off the ground quickly. ...