DenysVuika / preact-translate

Minimalistic translate (i18n) library for Preact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redundant fetch for the same language

motss opened this issue · comments

Description

In this demo, you can see duplicated requests to en.json from the DevTool's Network panel.

Expected behavior

en.json should be fetch only once

Actual behavior

en.json is fetched twice