Discover Why These 5 Libraries are Perfect for Your Next ReactJS Project

Written by sachinchaurasiya | Published 2022/01/19
Tech Story Tags: javascript | reactjs | open-source | javascript-libraries | react-flow | react-markdown | code-mirror | programming | web-monetization

TLDRWe all know Reactjs is a UI library in which we can build user interfaces rapidly. However, Reactjs’ ecosystem is so rich that you can build dynamic interactive web applications just by using some external libraries. In this post, we will discuss 5 Reactjs libraries you can use in your next project. We will discuss its use cases and how it can help you to build your next project without any hiccups. Here is the list of libraries that we are going to discuss: React Flow React Markdown Code Mirror React Draft WYSIWYG React Tippyvia the TL;DR App

We all know Reactjs is a UI library in which we can build user interfaces rapidly. However, Reactjs’ ecosystem is so rich that you can build dynamic interactive web applications just by using some external libraries.

In this post, we will discuss 5 Reactjs libraries you can use in your next project. We will discuss its use cases and how it can help you to build your next project without any hiccups.

Here is the list of libraries that we are going to discuss:

  1. React Flow

  2. React Markdown

  3. Code Mirror

  4. React Draft WYSIWYG

  5. React Tippy

Let's get started.

1. React Flow

Introduction

React Flow is a library to build node-based applications and it is built by webkid.io.

Use Case

Let's say you want to build an application where you want to render node diagrams/flow that could be anything from static to dynamic.

Here we can use react flow to render node diagrams/flow and end-user can customize it, can add a new node, can update the existing node, and delete the existing node.

Why Use React Flow Over Other Libraries

  • Customizable.
  • Utils-rich.
  • Types support.
  • Fast-rendering.
  • And many more.

Live Example

Here is a live example of OpenMetadata.

2. React Markdown

Introduction

React markdown is a markdown parser react component which can take string markdown and render it to the react element.

Use Case

There could be a variety of use cases for this library. Let's say you are building a blog application and content would be in markdown, so there you can use react markdown to parse the content.

We all have used GitHub or a similar application at least once in our developer journey and know that most of the contents are in markdown format. So, we can also build a tool using react markdown to create a GitHub readme profile.

Why Use React Markdown Over other Libraries

  • Easy to use.
  • Rich API Support.
  • Custome Component Support.
  • Extendible with plugins system.

Live Example

Here you can see I have built a markdown previewer using react markdown. You can write markdown and see the output side by side. Also, you can download it as a markdown file.

3. Code Mirror

Introduction

Code Mirror is a text editor with support for different languages and add-ons to implement the advance and extend the existing functionality.

Use Case

Let's say you are building an LMS (Learning Management System) and you want to provide an editor to end-users for editing code snippets that could be in any language like python, javascript, etc., or format likes JSON, Avro, SQL, etc. Here you can use code mirror to build an editor that can allow end-users to play with code snippets.

Why Use Code Mirror Over other Libraries

  • Support for more than 100 languages
  • Code Folding Support
  • Support for inline and block widget
  • Configurable bindings
  • Used by browsers like Firefox, Chrome, and Safari.

Live Example

Here you can see the live use case of code mirror by Carbon tool for creating and sharing beautiful images of your source code.

4. React Draft WYSIWYG

Introduction

React Draft WYSIWYG is a rich text editor built on top of reactjs and draftjs.. It’s a ready to use react component to provide rich text support in your application.

Use Case

Nowadays most of the communities/publications like Hashnode, dev.to, medium, showscase and devdojo provide support for rich text content and they have built their own rich text editor. But you don't have to reinvent the wheel, you can use React Draft WYSIWYG directly in your application.

Why Use React Draft WYSIWYG Over Other Libraries

  • You can configure toolbar options.
  • Support for Mention and Hashtags.
  • Support for emojis.
  • Support for internationalization.

Live Example

Here you can see the live example of React Draft WYSIWYG.

5. React Tippy

Introduction

React Tippy is a lightweight tooltip component library for reactjs. It provides a tooltip element or HOC (Higher-order component) and it uses the React DOM to render tooltip.

Use Case

The use case for React Tippy is simple: if you need to show some content using a tooltip then you should use React Tippy library.

Why Use React Tippy Over other Libraries

  • Work's well with reactjs.
  • Enhancement of Tippy.js
  • Support multiple triggers.
  • Customizable.
  • Support for different themes.
  • Support for different sizes.

Live Example

Here you can find the live example of react tippy

And that’s it for this topic. Thank you for reading.

Connect With Me

LinkedIn | Twitter

Also published here.


Written by sachinchaurasiya | Software Engineer | Freelancer | Technical Writer | OpenSource Contributor
Published by HackerNoon on 2022/01/19