Skip to content

Commit 39e5358

Browse files
committed
adding reactus
1 parent d0da743 commit 39e5358

File tree

2 files changed

+29
-32
lines changed

2 files changed

+29
-32
lines changed

docs/images/reactus-logo-icon.png

22.1 KB
Loading

docs/index.html

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ <h6>Foundation</h6>
219219
</a>
220220
</div>
221221
<div>
222-
<a href="/ink">
223-
<img class="icon" src="./images/ink-logo-icon.png" alt="ink icon" />
224-
<span>Ink</span>
222+
<a href="/reactus">
223+
<img class="icon" src="./images/reactus-logo-icon.png" alt="reactus icon" />
224+
<span>Reactus</span>
225225
</a>
226226
</div>
227227
<div>
@@ -337,13 +337,13 @@ <h3>Inquire</h3>
337337
Bring your own database library.
338338
</p>
339339
<ul>
340-
<li>Node MySQL2</li>
341-
<li>Better SQLite3</li>
342-
<li>Node PostGres (pg)</li>
343-
<li>PGLite</li>
344-
<li>CockroachDB</li>
345-
<li>NeonDB</li>
346-
<li>Vercel Postgres</li>
340+
<li>Works with Node MySQL2</li>
341+
<li>Works with Better SQLite3</li>
342+
<li>Works with Node PostGres (pg)</li>
343+
<li>Works with PGLite</li>
344+
<li>Works with CockroachDB</li>
345+
<li>Works with NeonDB</li>
346+
<li>Works with Supabase</li>
347347
</ul>
348348
<nav>
349349
<a href="https://www.npmjs.com/package/@stackpress/inquire">
@@ -369,39 +369,36 @@ <h3>Inquire</h3>
369369
</section>
370370
<section>
371371
<div>
372-
<img class="icon" src="./images/ink-logo-icon.png" alt="ink icon" />
373-
<h3>Ink</h3>
374-
<a href="https://github.com/stackpress/ink" target="_blank">
372+
<img class="icon" src="./images/reactus-logo-icon.png" alt="reactus icon" />
373+
<h3>Reactus</h3>
374+
<a href="https://github.com/stackpress/reactus" target="_blank">
375375
<i class="fab fa-fw fa-github"></i>
376376
</a>
377-
<a href="/ink"><i class="fas fa-fw fa-globe"></i></a>
377+
<a href="/reactus"><i class="fas fa-fw fa-globe"></i></a>
378378
</div>
379379
<article>
380380
<p>
381-
A modern server first template engine with a built-in
382-
parser/compiler that generates native web components and
383-
support reactivity. TypeScript first and close to the metal.
384-
Works with all major NodeJS frameworks. Use with any web
385-
components found online and publish native web components.
386-
Natively fast. 90% smaller build size.
381+
A reactive React template engine for server and serverless
382+
frameworks for next generation server focused web applications.
387383
</p>
384+
<ul>
385+
<li>Works with ExpressJS</li>
386+
<li>Works with Fastify</li>
387+
<li>Works with Hapi</li>
388+
<li>Works with Koa</li>
389+
<li>Works with NestJS</li>
390+
</ul>
388391
<nav>
389-
<a href="https://www.npmjs.com/package/@stackpress/ink">
390-
<img alt="npm version" src="https://img.shields.io/npm/v/%40stackpress%2Fink.svg?style=flat" />
392+
<a href="https://www.npmjs.com/package/reactus">
393+
<img alt="npm version" src="https://img.shields.io/npm/v/reactus.svg?style=flat" />
391394
</a>
392-
<a href="https://github.com/stackpress/ink/blob/main/LICENSE">
395+
<a href="https://github.com/stackpress/reactus/blob/main/LICENSE">
393396
<img alt="license" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat" />
394397
</a>
395-
<a href="https://github.com/stackpress/ink/commits/main/">
396-
<img alt="last commit" src="https://img.shields.io/github/last-commit/stackpress/ink" />
397-
</a>
398-
<a href="https://github.com/stackpress/ink/actions">
399-
<img alt="test status" src="https://img.shields.io/github/actions/workflow/status/stackpress/ink/test.yml" />
400-
</a>
401-
<a href="https://coveralls.io/github/stackpress/ink?branch=main">
402-
<img alt="test coverage" src="https://coveralls.io/repos/github/stackpress/ink/badge.svg?branch=main" />
398+
<a href="https://github.com/stackpress/reactus/commits/main/">
399+
<img alt="last commit" src="https://img.shields.io/github/last-commit/stackpress/reactus" />
403400
</a>
404-
<a href="https://github.com/stackpress/ink/blob/main/README.md#contributing">
401+
<a href="https://github.com/stackpress/reactus/blob/main/README.md#contributing">
405402
<img alt="contributing" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" />
406403
</a>
407404
</nav>

0 commit comments

Comments
 (0)