PreactJS: Differences to React

Preact is a fast 3kB alternative to React with the same modern API. Read more

Similar

Flutter life-cycle cheatsheet for React devs

I struggled a lot with the flutter life-cycle methods when I started with this framework, I came from React Native development and I was still thinking in class components, where do I place my state? WHERE ARE THE PROPS, HOW DO I UPDATE STUFF and all of t... (more…)

Read more »

Useful React Native Hooks

React Hooks are getting increasingly popular. However, I've not found any hooks for React Native specific features, so I started creating them myself. This is my collection of useful React Native hooks. (more…)

Read more »