Git Product home page Git Product logo

import-test's Introduction

Dynamic Import Test

A little project to explore dynamic imports. Uses the reqres.in API to mock responses.

Usage

To test how environment impacts file size, use either npm run dev (also watches files)or npm run build to get different file sizes. Then serve from your favorite local server.

File names

I've been thinking about how this might work in a docker container. The cleanwebpack plugin doesn't seem to work so I decided to come up with a different idea.

in a development situation with webpack watch running, it doesn't seem to matter too much if the filenames are hashed or not wrt loading assets quickly. in the context of docker volumes it does though (bc they persist the data). so in this case, during development filenames are kept simple. to assist with cache busting, in production, the content hash is added to the filename.

Browser support

This project hasn't been tested with too many browsers yet. But it uses corejs/babel to polyfill as needed according to the browserslistrc file. So it should work with all modern browsers and down to IE11.

import-test's People

Watchers

 avatar

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.