• L
    Update dynamic-import docs (#16803) · b5cf3e4c
    Luis Alvarez D 提交于
    Goals of this PR:
    
    - Explain `import()` first without mentioning `next/dynamic`, because `next/dynamic` in our API and **Dynamic Import** is a ES feature. This should avoid a common confusion in our users thinking that one can't be used without the other.
    - Mention how `next/dynamic` can be used with **Dynamic Imports** to load react components.
    - Updated example to include fuzzy search using a dynamic import.
    
    Potential change: Leave the page to be about `import()` and move `next/dynamic` to the API reference (alongside `next/link`, `next/router`, etc.)
    
    Closes https://github.com/vercel/next.js/pull/16299
    Closes https://github.com/vercel/next.js/issues/15711
    b5cf3e4c
index.js 1.9 KB