Limitations
Pagic is excellent, but it also has some limitations.
Because the website built by Pagic uses some of the latest JavaScript and CSS features, you must use a modern browser (Chrome, Firefox, Safari, Edge, etc.) to visit the website to have a complete experience. If your target user is using IE browser, Then it is not recommended to use Pagic to build a website.
The latest features used by Pagic include:
- Load esm through
<script type="module">(Browser Support) - Load esm dynamically through
import()(Browser Support) import,export,export defaultand other esm syntax (Browser Supportability)asyncfunction (Browser compatibility)- Common ES6 syntax, including
let,const,() => {}etc. - CSS Variables (browser compatibility)
- CSS
calc()(Browser compatibility) - CSS flexbox (Browser compatibility)