Help understanding webpack, transpiling, and why this library needs a bundler to work

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • react-pdf

    Display PDFs in your React app as easily as if they were images. (by wojtekmaj)

  • I'm trying to use a react library (and see little guide I was using) to view pdf's on my webpage. I installed, got my code to compile, but the component fails completely when I visit the webpage. I'm 99% sure its cause I'm missing some sort of "configuration" file called pdf.worker.js. The github for react pdf indicates this can be generated by something called a "bundler" like webpack.

  • babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  • Babel is a transpiling system that lets developers use cutting edge Javascript that isn't supported by every browser. For example not all browsers support the const keyword. When Babel transpiles your code it converts every const it finds into let. Which is supported by most browsers.

  • 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
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