{%title%}
{%description%}
Articles
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 →April 4, 2021
Prerender all SvelteKit pages with Prismic as the CMS
Originally trying SvelteJS Sapper to build a site with Prismic was a bit tricky, mainly trying to get the systems to work together and also finding out that the hot module reloading was bust... When...
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,...