Creating a Cookie Atom with Effect and Handling Server-Side Rendering
I'm relatively new to effect and only started looking at
I was inspired by the searchParam example, and tried to create some similar behavior for cookies.
Can I get some guidance on if I'm moving in the right direction (or possible improvements)?
I know that I should have a more clever approach to server rendering... perhaps the
atom today.I was inspired by the searchParam example, and tried to create some similar behavior for cookies.
Can I get some guidance on if I'm moving in the right direction (or possible improvements)?
I know that I should have a more clever approach to server rendering... perhaps the
cookieStore should be isomorphically provided (i.e. separate implementations for client and server runtimes)?