Webpack config for Code splitting not working for production build

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

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

    Discontinued :hourglass_flowing_sand: A higher order component for loading components with promises. [Moved to: https://github.com/jamiebuilds/react-loadable] (by thejameskyle)

  • /* async/index.tsx */... at a very high level looked like...class Async extends React ... { componentWillMount() { this.props.load.then(c => { this.component = c; this.setState({loaded:true}); } } render() { return this.component ? : ; }}/* async/foo/index.tsx */import Async from 'async';const Foo = (props) => ( );class Foo ... { ... render = () => ;} Currently I'm trying react-loadable (https://github.com/thejameskyle/react-loadable), a package that does essentially the same thing but with some extra bells n whistles.

  • 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

  • Multi AI Agent Systems Using OpenAI's New GPT-4o Model

    1 project | news.ycombinator.com | 17 May 2024
  • Introducing F**kDevTools.js: Secure Your Web Applications

    1 project | dev.to | 17 May 2024
  • Show HN: JavaScript MapConcurrent

    1 project | news.ycombinator.com | 17 May 2024
  • Ask HN: Are you still using your Vision Pro?

    1 project | news.ycombinator.com | 17 May 2024
  • How to document your JavaScript package

    3 projects | dev.to | 17 May 2024