Sneruall / soloswimnl

Webshop for a project that focuses on offering waterproof swimming schedules for in the pool. Using React, NextJS, NodeJS, Stripe, MongoDB and TailwindCSS.
https://www.soloswim.nl
0 stars 1 forks source link

using "bind" when passing props through propchains (for the tab system i think) #78

Open Sneruall opened 2 years ago

Sneruall commented 2 years ago

see lecture 416 in react course

Sneruall commented 2 years ago

EDIT: consider using recoil for this, to access the state of the type of product (e.g. beginner or 25m) from any component directly from a global state (atom slice...) --> see implementation in spotify 2.0 project.