Announcing Vramework 0.5: Next.js Integration, HTTP Client, and OpenAPI Docs
It's been a month since our last release (with version 0.4 serving as a test), and we're excited to share the many changes and improvements in Vramework 0.5!
It's been a month since our last release (with version 0.4 serving as a test), and we're excited to share the many changes and improvements in Vramework 0.5!
I'm thrilled to announce Vramework version 0.3!
This update comes shortly after version 0.2 and focuses primarily on improving the developer experience. It introduces better API validation and reduces boilerplate, making it easier and more intuitive to build powerful APIs.
We are thrilled to announce the release of vramework 0.2!
For the past few years, vramework has been quietly powering bespoke projects as a submodule. With version 0.2, we're transforming it into a fully-fledged set of libraries designed to streamline your development experience.
Before I begin, today is 20220222 as an ISO date. I had to blog something!
This article aims to explain why I went with writing Vramework instead of using nestJS. It's mostly for my sanity; since I just took a few months off of development and after returning wondered why I decided to create my own solution 😅.
So I got some great feedback on hackernews on a couple of things and wanted to write a bit more of an opinion piece.
Quick intro, Vramework is a thin wrapper ontop of express / serverless / any request-response mechanism that hides away all the boiler plate. The goal is for a user to be able to be able to add an endpoint, with schemas, permissions and session management without actually having to do any boiler plate.
Welcome to the vramework blog!
The goal is of the blog is for me to share as much as I can about some design decisions I have taken whilst working on some of my projects/ideas. Once those are open for testing I'll be providing a lot more examples!
Today I want to share a design that I have been using for maintaining state in react since the emergence of hooks.