Posts by Regex • 5 points
2 posts
-
0
votes1
answer29
viewsQ: Relationship 1:N mongoDB
I am creating a streaming application similar to Netflix and would like to know what would be the best way to treat "relationships" in Mongo. (I don’t know if using a bank in the QTS is the best…
-
0
votes1
answer60
viewsQ: React - Redux: Typeerror: Cannot read Property 'map' of Undefined
I am trying to render some products coming from my api, however I get this error: Typeerror: Cannot read Property 'map' of Undefined Follow the code of the action: export const listProducts = ()…