{%title%}
{%description%}
React
React is a recent adoption of mine, but mainly I have been using it in the Next.js stuff and some other random things, definitely enjoying it
March 12, 2021
Static Form Submission To Laravel Using Next.js [Part 1]
We shall consider an interesting way to implement your own way of handling static forms with a Laravel application and a static website such as Next.js or even things like Svelte, Gatsby and the list...
9 min read →March 11, 2021
Static Form Submission To Laravel Using Next.js Api [Part 2]
This post will go through setting up your Next.js application to send your static form data to your Laravel application we setup in part one
. If you haven't gone through that one yet,...