DEV Community

Discussion on: Linked lists in the wild: React Hooks

Collapse
 
paddy3118 profile image
Paddy3118

What language is that? Doesn't it have a list type with append, delete, and insert methodss

You don't wwant to have to mess with null pointers and memory allocation, unless you really need to.