React state: render props vs. hooks

Who said render props are obsolete? The good old pattern is still valid for the common use case where hooks may not always be the right choice. Read more

Similar

LinkedIn clone built using React.js

We wanted to build a multi-page website instead of the typical one-page websites supported by React.JS, so we followed the React Router Tutorial to integrate React Router into our application. Learning from example, we figured out how to have a fixed navb...

Read more »

Display:none in React Native

Summary: This diff adds display:none support to React Native. This enables hiding components which still calling their render method and keeping them within the state of your application. This enab... (more…)

Read more »