Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nsonha
on Sept 29, 2024
|
parent
|
context
|
favorite
| on:
Web components are okay
that's React's implementation, we are talking what it would be if not React. IMO the semantic is similar to attribute, example:
let element = <my-thing my-attribute={value} />
element.property = prop
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
let element = <my-thing my-attribute={value} />
element.property = prop