Next.js Client - Youtube GIF Maker Using Next.js, Node and RabbitMQ

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • youtube-gif

    Youtube GIF Maker Using Next.js, Node and RabbitMQ

  • In this article we will dive into building the client side of our Youtube to GIF converter. This Article will contain some code snippets but the whole project can be accessed on github which contains the full source code. You can also view the app demo.

  • react-youtube

    react.js powered YouTube player component

  • Now its time to add the embedded youtube player We will be using the youtube player from react-youtube

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • SWR

    React Hooks for Data Fetching

  • What we want to achieve here is periodically fetch the GIF Conversion Job data from the backend. This is known as polling. To do this we are going to be using swr which is a data fetching library for React. It is not necessarily used for polling but it has a nice API that supports polling (refreshing data on an interval). Other data fetching libraries with similar capabilities exist most notably React Query. You can also perform polling with axios (using timeouts) however data fetching libraries like swr and React Query provide hooks for data fetching which improves the development experience as well as provide other capabilities such as caching.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Epic Next JS 14 Tutorial Part 6: Create Video Summary with Next.js and Open AI

    2 projects | dev.to | 10 Apr 2024
  • A day in the life of a developer - Building a dashboard app with SQL, Node.js, Django and Next.js

    2 projects | dev.to | 25 Jan 2024
  • API Data Fetching in React / Next.js

    1 project | dev.to | 3 Jan 2024
  • A little side project I have been working on for the past couple of weekends.

    1 project | /r/australia | 10 Dec 2023
  • Next.js 13 Data Fetching with App Router

    1 project | dev.to | 4 Sep 2023