Shared state and Occam's razor

It is futile to do with more things that which can be done with fewer. —Occam's razor There's a visible rift between the approaches to local state from React's useState() and shared state from the ...
0 Read More

Callback props in React

Callback props in React
What are Callback Props?Callback props are just regular props, but instead of passing data, they pass functions that handle specific events.What’s their exact purpose?Let’s say you have a componen...
0 Read More

SolidJS

SolidJS "Blazing Fast Performance Meets Developer Simplicity"SolidJS has swiftly become a standout in the ever growing landscape of JavaScript frameworks, particularly catching the attention of devel...
0 Read More