-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIX #6188 Wrong Reactivity generics passed by RxCollection extending RxCollectionBase * FIX lint * ADD comment * ADD page
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
# RxDB Changelog | ||
|
||
<!-- CHANGELOG NEWEST --> | ||
|
||
<!-- ADD new changes here! --> | ||
|
||
<!-- /CHANGELOG NEWEST --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import Home from '..'; | ||
|
||
export default function Page() { | ||
return Home({ | ||
metaTitle: 'The best Database on top of localstorage', | ||
title: <>The best <b className="underline">Database</b> on top of{' '} | ||
<b className="underline">localstorage</b></>, | ||
text: <>Store data inside the Browsers localstorage to build high performance realtime applications that sync data from the backend and even work when offline.</> | ||
}); | ||
} |