From f9257ad3147530242cf26a1c6bbad49650746f41 Mon Sep 17 00:00:00 2001 From: Vlad Fedosov Date: Tue, 4 Jun 2024 18:14:11 -0400 Subject: [PATCH] docs: Added ILC to the alternative solutions list This is a fairly popular solution (690 stars) that's worth mentioning --- docs/features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 1bf78e0e3..590d92d75 100644 --- a/docs/features.md +++ b/docs/features.md @@ -74,7 +74,7 @@ We think that Piral hits a sweet spot that makes development easy and fun while | TypeScript Support | ✔️ | ❌ | ✔️ | ✔️ | ❌ | ✔️ | | Stitching Location | Client | Client | Client | Client | Server | Client | | Free Deployments | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | ✔️ | -| Free Development | ✔️ | ❌ | ❌ | ❌ | ✔️ | ❌ || +| Free Development | ✔️ | ❌ | ❌ | ❌ | ✔️ | ❌ | | Decoupled Sharing | ✔️ | ❌ | ❌ | ❌ | ❌ | ❌ | | Shared Dependencies | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ❌ | @@ -100,6 +100,7 @@ There are more alternatives, which have not been listed for brevity. Some of the - [One App](https://github.com/americanexpress/one-app) - [PuzzleJs](https://github.com/puzzle-js/puzzle-js) - [NUT](https://github.com/nut-project/nut) +- [Isomorphic Layout Composer (ILC)](https://github.com/namecheap/ilc/) ## Feature Explanation