Skip to content

Commit 032ea4d

Browse files
authored
Merge pull request #506 from JulianSoto/patch-1
Update Utilities.data.ts
2 parents 3bbf208 + 5b39cae commit 032ea4d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/Resources/Utilities.data.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,6 +2396,17 @@ const utilities: Array<Resource> = [
23962396
type: PackageType.Package,
23972397
categories: [ResourceCategory.AddOn, ResourceCategory.UI],
23982398
},
2399+
{
2400+
title: 'solid-keep-alive',
2401+
link: 'https://github.com/JulianSoto/solid-keep-alive',
2402+
description: 'Keep alive components even after unmount, prevent rerendering on remount',
2403+
author: 'Julian Soto',
2404+
author_url: 'https://github.com/JulianSoto',
2405+
keywords: ['alive', 'keep alive', 'remount', 'mount'],
2406+
official: false,
2407+
type: PackageType.Package,
2408+
categories: [ResourceCategory.AddOn, ResourceCategory.Primitives]
2409+
},
23992410
];
24002411

24012412
export default utilities;

0 commit comments

Comments
 (0)