Vue 3.0 to drop IE Support.

In Vue 3.0 there are plenty of great libraries, some are listed below.

Pinia- Vuex alternative developed by Eduardo San Morote.

Vue-UseGesture- It is a composable which lets you handle all types of mouse and touch events.

useMagicKeys-This is a composable that lets you easily set keyboard shortcuts.

Splitpanes- It makes dynamic split panes easy.


Vue 3.0 was not supporting IE 11 at any time but there was a plan to create a 3.0 compact build which will support IE 11. The new idea is to backport many Vue 3.0 features into Vue 2.x. This plan will make sure an easier migration from Vue 2.x to 3.x also it reduces the maintenance burden of supporting 2 builds of Vue 3.0. It also avoids the need to support IE 11 by all third party libraries. 

The composition-API plugin for Vue 2.x will become deprecated. Vue 2.x is being migrated to TypeScript. This will improve the developer experience.