top | item 40644147

(no title)

fracternal | 1 year ago

My preferred stack is nextjs (react based) on the front end and either Django or fastapi on the backend. React allows you to build mvps really fast, handle states very well and has a lot of hooks you can use.

The downside to this is it makes code heavy sometimes. I use nextjs because I love the server side rendering and seo optimization it provides and use the client components (traditional react) to manage state.

discuss

order

No comments yet.