Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 622 Bytes

SoloStack

This website contains tools for full-cycle development of side-projects for "indiehackers". I made it in 2 weeks as a pet-project for improving my skills in web-development. I've learnt a lot about Zustand (state management tool) and why state management tools are needed in real projects. Also I got deeper understanding of React, its' rerenders and ways to escape that. This is my first project where i've used SSR and made a SEO optimization, learnt about Redis and made request limit with it.

Stack of project

  • Typescript
  • Next.js
  • React
  • tRPC
  • Prisma
  • Redis
  • Zustand
  • Next Auth
  • Framer Motion