React Native Debug Tool

a simple debug tool. Contribute to chende008/react-native-debug-tool development by creating an account on GitHub. Read more

Similar

Using React Context API with NextJS

One huge pain point in React (and NextJS) is having to pass props through multi-level components. The bigger the application or project gets, the more painful this becomes. This is because of how React is structured, in a tree like fashion with data ... (more…)

Read more »

96 Line React with JSX

A while ago, I wrote a short post showing a minimal 33 line React. A lot of the comments focused on the Mithril-like syntax for the virtual DOM. So that we can ignore that aspect, here is a 96 line React with a JSX compiler. (more…)

Read more »