i was following the learn guide of next js and i have a brief idea of what different component are can someone affirm my beliefs
Client side components - you cant use event handling here
Server side components -
1 > static component - fetched once and a static file is created of the response wont make this again and again
2> dynamic component - fetches everytime doesnt cache anything.