DEV Community

Discussion on: How to Read JSX as "Just Objects"

Collapse
 
deanius profile image
Dean Radcliffe

Hey thanks for the reply, Sung!

I get what you're saying about declarative UI vs imperative. If you find yourself running into edge cases that declarative doesn't handle often enough (and I do!) then I started to wonder if undoing some of those assumptions might help in certain cases.

I think I agree with you that JSX is a good default choice for projects, but if someone has an easier time seeing it from objects, maybe exploring their equivalence may help them.

Collapse
 
dance2die profile image
Sung M. Kim

if someone has an easier time seeing it from objects, maybe exploring their equivalence may help them.

I couldn't agree more as everyone has a different perspective (and background). 🙂