|
|
|
|
|
by brianvaughn
3006 days ago
|
|
Lifecycles aren't mandatory in React. Pure functional components don't use them. Stateful class components don't necessarily need them either (although they _can_ be useful, particularly when interfacing with imperative APIs like the DOM). I've never used Hyperdom, so this isn't meant as a criticism or commentary on it. |
|