React Native is a popular cross-platform framework that already has many ready solutions. Like React, React Native supports building UI elements with the help of separate components. So here are UI libraries this year that will help you save time and build your applications faster, using a pre-made set of components.…
Tags: reactjs
10 Awesome React Zoom Image Components
When shopping online or browsing the galary, we’d like to zoom in the image which takes small space for neat view or loading speed related resons. So here are 10 Awesome React Zoom Image Components to allow your customers to zoom the images on your ecommerce site.…
15 Awesome React Table Components
Building a good data table is a common design challenge most of developer have had to solve at least once. In this post, I’ve collected 15 Awesome React Table Components that allow manipulating tables with large data sets and provides extended features like advanced searches, custom sorts, complex conditional styles, custom filters, pagination, etc.…
25 Best React Development Tools 2019
Tools are essential for developing any application, especially React, so in this post I’ve gathered 25 Best React Development Tools 2019 for taming the requirements of building and growing modern apps.…
10 Javascript Lazy Load Image Libraries with Intersection Observer API
The Intersection Observer is an API to conditionally perform some action when an element enters the viewport/view. So here are some Javascript lazy load image libraries that use Intersection Observer API to both maximize performance and user experience.…
50 Best React UI Component Libraries
When building web apps with React, component UI libraries help you speed things up, which is always neat. They let you split the UI into independent, reusable pieces. To help kickstart your work with React components, here are 50 best React UI Component Libraries for building beautiful and intuitive web and mobile apps.…
15 Best React Infinite Scroll Components
The infinite scroll feature has existed for a while. It’s a great way to enhance your application’s UX. In the infinite scroll, new content is loaded as you scroll down the page. When you get the bottom of content, then web page loads new content and appends it to bottom. A familiar example could be Facebook, you are presented with feed of posts and images. And as you scroll down, more posts showing up. Timelines or feeds are best suited for infinite scrolls. There are many third-party libraries available. So here are 15 React Infinite Scroll Components for simple way of implementing infinite scrolling.…