{%title%}
{%description%}
NextJS
I have recently been using Next.js and the Vercel platform, so this is the list of things that are related to them. It can be snippets or some tips that I have discovered in the way of working with it.
August 19, 2021
A method to contain theme-ui styles & others with SliceMachine Slices
I have been making use of theme-ui for developing my slices in Prismic's SliceMachine. In addition to TailwindCSS I actually find the two work well in this case, as well as being similar. Granted...
3 min read →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,...