Hamburger menu is a beautiful and great solution to put all your navigation in one place, after all. Minimalism! And it’s still a very popular solution on most mobile web and apps around. So here are 10 Best React Burger Menu Components to build a simple, responsive off-canvas hamburger menu that will be easy to incorporate into your own project.…
Tags: react
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.…
15 React Audio & Video Player Component Libraries
ReactJS is an awesome Javascript library, it takes away the stress and simply makes everything cooler to do. So here are 15 React Audio & Video Player Component Libraries that provide a reusable video and audio interface with UI features beyond what’s available with the standard HTML5 video element. …
10 React Components for Awesome Button Design
Buttons are one of the most common interface elements that provide the user a means to execute some action. If you need a simple button and don’t want to go over the hassle of installing a whole new UI library to just do that then here are ten awesome React components for creating an awesome looking button.…
15 Cool React Modal Component Libraries
A modal is a component that appears on top of everything. It puts the app into a specific mode and does not allow user to do anything which doesn’t correspond to that mode while it is open. Creating a modal box or popup in React is not difficult, but also not easy. There are dozens of cool libraries that you can use for creating an accessible and reusable modal component in React, so in this post I’ve collected 15 Cool React Modal Component Libraries for different use cases.…
15 Best React Notification Plugins
Sending a notification to your users can be very beneficial when it comes to user-engagement. So here are 15 Best React Notification Plugins that you can use to show notification messages to the user.…
10 Best React Libraries to Visualize Timelines
A Timeline is a sequence of events in chronological order from earliest to the last. It can be represented in graphical format or textual format. So in this post I’ve collected some ReactJS component libraries to visualize timelines for those who wish to convey a series of events.…