as a beginner, how would one use Effect in React if only interested in purely frontend (no backend/server-side components)?
for me, i can think of changing http requests to start using effect httpclient - but aside from that, not sure what an ideal setup for a frontend app using effect.ts would be