My React Playground (WIP)

just some random tests and things i'm trying out with react and nextjs

Random Notes

trying to figure out how to build stuff. this is basically a sandbox where i can break things and see how they work. it's a bit messy but that's how you learn i guess. might add some api stuff later if i can get it to work.

Stuff I'm messing with

State Management

useState is fine but need to look at more complex stuff eventually.

Styling

using tailwind for everything now, it's actually way faster than css.

Components

trying to keep things small and reusable. mostly.

Test Area

Test 1: Counter stuff

0

Test 2: Lists n things

  • React Hooks
  • Component Props
  • State Management
  • Event Handling
  • Conditional Rendering

Drop a comment

Testing out how forms work in React. Leave a comment if you want, it probably doesn't go anywhere yet lol.