Doing code reviews for our hook-based project, I often see fellow developers not aware of some awesome features (and nasty pitfalls) useState offers. Since it’s one of my favourite hooks, I decided to... (more…)
Read more »
We're engaged in creation of websites and identity, which work effectively and really help to accomplish your tasks.
Read more »
React Native version of Apache Echarts, based on react-native-svg and react-native-skia. Much better performance than webview based solution. - GitHub - wuba/wrn-echarts: React Native version of Ap... (more…)
Read more »
react-async-component - Create Components that resolve asynchronously, with support for server side rendering and code splitting.
Read more »
In my day to day, I deal with a lot of React code. One of the most common components I use across the codebase I maintain is a table with search and sorting options. The sorting runs onClick immediately, but the tables (generated from JSON) can often run ... (more…)
Read more »