Preloading animation for React webpack bundle

前端 未结 2 1381
没有蜡笔的小新
没有蜡笔的小新 2021-01-20 00:57

I have a single page webapp, which is about 300Kb big. It gets bundled with webpack and uses React/Redux.

How do I put a small loading spinner upfront until

2条回答
  •  庸人自扰
    2021-01-20 01:16

    I also encountered with this question with one exception: I wanted to display a loading progress bar. I ended up writing a webpack plugin and a custom asset bootloader. Check out my demo project repository.

    Here is the result:

提交回复
热议问题