DEV Community

Discussion on: What is your Tech Stack?

Collapse
 
thexdev profile image
M. Akbar Nugroho

My stack is almost similar with you :)

UI web :

  • React.js
  • Styled-components
  • axios
  • React Hook Form

Services :

  • Adonis.js
  • Postgresql

And I'm going to add Redis for my caching database soon..

Collapse
 
hb profile image
Henry Boisdequin

Yes, Redis is a great tool to use for caching your database. I would definitely recommend it!