Service Lookup Continued
So I got some great feedback on hackernews on a couple of things and wanted to write a bit more of an opinion piece.
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, Pikku 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 pikku 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.