-
First off this library is really great.
I ran into an issue where Modals with custom content dependent on container state aren't re-rendered due to the ModalWidget cloning the elements once at mount …
-
* cache the dynamic content
* switch to offline mode
* check the DevTools
-
I'm using ace editor in my app. There's a button in the app, clicking on which a new content should be inserted at a place where the current cursor is but it is added in line numbers section.
I'm f…
-
See #104 and #103.
Move to Frontend:
- [ ] Species
- [ ] Planes
- [ ] Deities
- [ ] Pricing
Additions:
- [ ] Move Quest Idea Generator response text to the Frontend, place dynamic content s…
-
Allows for transforming file contents pre-compilation in the Node API by means of passing an interator that gets called on the content (string) of every source file.
```
import sass from 'node-sas…
-
```
Caching dynamic content is going to be a bit tricky. There are several research
papers about this for the server side to reduce load.
The basic purpose is for cases where the local proxy is behi…
-
run `pnpm run preview`
```
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro build && wrangler pages dev",
…
-
How to add or change custom control content dynamically ..I have created custom table rows and want to add or remove column and row upon user selection.
{
tag: 'div',
…
-
We need something similar to [freezeImage](https://github.com/NimaSoroush/differencify/blob/2034a2c3e2e89776f83f09e0cd56d740b6d27343/src/freezeImage.js) for general dynamic content. e.g `dates, timeAg…
-
This doesn't appear to be working correctly for fields that are added to the page dynamically after load.
I don't see why or how this could be, but the only inputs which aren't working are added in …