Coder Social home page Coder Social logo

meetup-2018-05-08's People

Contributors

sokra avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

meetup-2018-05-08's Issues

Did you rewrite the plugin system already?

In the last panel I attended at BR, after telling us how webpack works (everything is a plugin), you shared that if you could rewrite webpack, you would rewrite how plugins work. Did that happen after Webpack 2? :)

Zero configuration defaults like in Parcel planned for Webpack?

Javascript project configuration often requires a substantial mastery of Webpack, Babeljs, etc. and still you often run into limitations hard to overcome and end up in stale github issues - which is causing Javascript fatique.

Boilerplates like create-react-app exist to help beginners and also advanced programmers to keep the configuration complexity and frustration low and provide reasonable defaults so people can focus on their project instead of solving configuration issues. Boilerplates often use webpack under the hood but project requirements often require to eject and you have to deal the full configuration complexity and sometimes time consuming or hard to solve issues again.

Bundlers like Parcel https://parceljs.org/ use sensible default configurations and auto detection of configuration parameters to reduce the configuration complexity and entry barrier while not limiting the configurability. Is there something similar planned for Webpack?

Importing WebAssembly modules into WebAssembly modules

How is it possible to break up your WebAssembly module into several modules that import each other similar to ES modules? For example the analogous code in Javascript with ES modules would be sth like this:

a.js: export const a = 3;
b.js: import { a } from './a'

How would that be solved inside the WASM module itself vs. how would that be solved on the Javascript side? Could you sketch some example code how to best approach this problem? Would the result be shipped as a single wasm file or multiple?

Code splitting CSS modules

How will Webpack deal with CSS files now and in the future? Will we be able to split the CSS modules code just like the Javascript modules and load the ones not needed at initial rendering async on demand?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.