rsnext/packages/next/client
Alex Castle 12eb812243
Add data-nimg attribute to image component (#27899)
This PR adds a single data attribute to the image element generated by the image component `data-nimg`) which just serves to signal that this image element is from the component. Currently it's hard to quickly/programmatically determine with certainty whether an image is from the component or not, so this change should make it easier for us to diagnose and improve performance issues related to the image component.
2021-08-11 00:58:15 +00:00
..
dev Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
portal Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
head-manager.ts Font optimization bug fix (#24968) 2021-05-12 13:39:26 +02:00
image.tsx Add data-nimg attribute to image component (#27899) 2021-08-11 00:58:15 +00:00
index.tsx Update client error to show link in console (#27789) 2021-08-05 10:38:06 -05:00
link.tsx Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
next-dev.js Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
next.js Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
normalize-trailing-slash.ts fix basepath trailing slash (#15200) 2020-07-15 23:53:31 +00:00
page-loader.ts Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
performance-relayer.ts Fall back to fallbackSend when send is false (#27113) 2021-07-12 15:26:48 +00:00
polyfills.js polyfills 2020-03-30 16:26:25 -04:00
request-idle-callback.ts Use SWC for Next.js core client files (#27196) 2021-07-28 15:10:51 +00:00
route-announcer.tsx Use SWC to compile Next.js core server files (#27167) 2021-07-14 18:12:04 +00:00
route-loader.ts Wait for getFilesForRoute promise to fulfill before timeout in dev mode (#27395) 2021-07-23 15:56:14 -05:00
router.ts Use SWC for Next.js core client files (#27196) 2021-07-28 15:10:51 +00:00
script.tsx Fix next/script unhandled promise rejection (#27903) 2021-08-10 17:41:26 +00:00
use-intersection.tsx fix(link): cancel idle callback on unmount (#22072) 2021-02-11 13:51:41 -05:00
with-router.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00