Skip to content
#

placeholder

Here are 387 public repositories matching this topic...

technopagan
technopagan commented Sep 21, 2017

SVG will very likely take a little longer to render than a base64-encoded raster image. And the Gaussian Blur applied to the simple SVG shapes created by Primitive is probably quite CPU intensive.

Let's run a series of performance tests, ideally on WPT, to compare LQIP raster image rendering performance vs. SQIP rendering performance and also compare CPU utilization.

drewg233
drewg233 commented Apr 25, 2018

I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?

plaiceholder
gabeszrozsa
gabeszrozsa commented Oct 16, 2021

Is your feature request related to a problem? Please describe.
I'm using nx with nextjs and my folder structure is different than the original. It's a monorepo, and the public folder in nested inside many levels. Example:

happynrwl/
├── apps
│   ├── tuskdesk
│   │   ├── index.d.ts
│   │   ├── jest.config.js
│   │   ├── next-env.d.ts
│   │   ├── next.config.js
│   │   ├── pa
enhancement good first issue

Improve this page

Add a description, image, and links to the placeholder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the placeholder topic, visit your repo's landing page and select "manage topics."

Learn more