resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Memoize producers and originators for improved hot reload speeds #72

Open shah opened 2 years ago

shah commented 2 years ago

For hot reloading of *.md and *.html, the most commonly edited files, hot reloading should be much faster and not require rebuilding the entire site just for a single file refresh.

shah commented 2 years ago

For some reason, when editing a file in WSL on Windows 11, the following duplicate events behavior is exhibited:

image

We should figure out if that's an issue in Deno or RF.