Monday, 12 February, 2018 UTC


Summary

sponsor
Detect, Diagnose and Defeat React Errors 
Rollbar detects when code breaks in real-time. Get stack trace + diagnostic data to defeat errors.
react
Introducing Rekit Studio: a real IDE for React and Redux development
We’re very excited to announce the stable release of Rekit Studio, a complete IDE for React, Redux and React Router development! Though it’s maybe new to some of you, it has helped us build complicated web apps for more than one year.
React patterns you should know
Throughout your React carreer you will find yourself wondering, several times, how can I achieve what I want in a simple and effective way?!
Introducing reactjs-popup  — Modals, Tooltips and Menus
Reactjs-popup is a simple and very small (3 kb) react popup component, with multiple use cases. we created reactjs-popup to create a color picker for our project picsrush a new online image editor. After a while, We decided to make it available for everyone in GitHub and npm repository.
What’s new in React 16.3(.0-alpha)
React 16.3-alpha just hit npmjs and can be downloaded and added to your project. What are the biggest, most interesting changes?
Infinite scroll techniques in React
Infinite scrolling is a web design technique that loads content continuously as the user scrolls down the page, eliminating the need for pagination. Content is often loaded asynchronously by making a request to the server. Often times this can improve the user experience on a website. But not always. Sometimes it’s terrible.