Switch to react
Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX.
This commit is contained in:
parent
62300746d3
commit
b449ace4b4
11 changed files with 734 additions and 538 deletions
|
@ -8,6 +8,7 @@ export default class Client extends EventTarget {
|
|||
ws = null;
|
||||
nick = null;
|
||||
params = {
|
||||
url: null,
|
||||
username: null,
|
||||
realname: null,
|
||||
nick: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue