Releases: JimmayVV/JimmyVanVeen.com
v4 Remix
This release takes inspiration from the Solid State HTML5 demo site but is implemented with Remix and Tailwind CSS. This full stack framework allows server-side rendering and data fetching & loading, and uses Contentful to host Blog posts and Github project keys, upon which the projects section of the site is populated.
Version 3.0 - GraphQL, Relay, CRA
This version of the site was re-created using create-react-app, with Relay hooked in, using the new v4 (GraphQL) Github API. This greatly minimized the number of API calls to the server, and it also allowed me to sign my requests to the Github server, ensuring that localstorage and overfetching restrictions were not a problem.
It was equally useful to learn how to integrate Relay with CRA, as well as learning those frameworks in general
Version 2.0 - Restful Github Integration
This version of the site used the v3 (REST) API from Github to pull project data, allowing me to remove the need for a backend server. This was a complete re-write including a new layout, and new interactions.
Version 1.0 - Full Stack Node
This release was a full stack node site, that allowed a blog, and project creation, for use in displaying my portfolio