Vincent Voyer

🌱 Growing indie hacker. Previously @algolia.

Vote for the logo here: https://twitter.com/vvoyer/status/1238554239254872065 and/or comment and be honest, thanks!

Bootstraped a first dashboard UI with Tailwind UI

Vincent Voyer Author

Yes, using Tailwind UI in the Next.js application, see this for ease of copy paste to JSX: https://qlp8g.csb.app/

0 Likes
Carl Poppa 🛸

@sergio er, hi?

0 Likes

Fixed a bug in Next.js for debugging: https://github.com/zeit/next.js/pull/11041

Got feedback on Next.js pull request and fixed last issues, awesome! https://github.com/zeit/next.js/pull/10973 I hope this will help people setup the right session cookie based setup with Next.js

Published a Next.js example on how to use next-iron-session with Next.js best practices around login/logout/profile. See https://github.com/zeit/next.js/pull/10973

Updated iron-store/next-iron-session/javascript-library-template with latest developments/needs

Released https://github.com/vvo/next-iron-session, 🛠 Next.js stateless session utility using signed and encrypted cookies to store data

Published https://github.com/vvo/iron-store, 🧿 in-memory, signed and encrypted JavaScript store

Created a session datastore based on cookies using @hapi/iron: https://github.com/vvo/iron-session

Built a simple JavaScript encrypted, signed, cookie session module using @hapi/iron. With flash messages support, YAY!

Finished data access setup via objectionjs, knexjs + dug their docs heavily. all good!