I have previously used Remixjs + MongoDB + Prisma. But I don't really like the overhead prisma produces. I want to just use Remixjs and Mongodb.
There is a template to do it: https://www.mongodb.com/developer/products/mongodb/building-remix-applications/
Do does anyone know of any tutorial or guide to effectively use this?
And I really hope that remixjs and mongodb is much faster than remixjs, mongodb and prisma.
Thank you ..