Replies: 8 comments 1 reply
-
|
Thank you for interesting resources |
Beta Was this translation helpful? Give feedback.
-
esm.shUse import { useState, useCallback } from 'https://esm.sh/preact@10.7.2/hooks';Could use that URL in an import map: import { render } from 'preact'Pairs with this HTML: <script type="importmap">
{
"imports": {
"preact": "'https://esm.sh/preact@10.7.2'",
}
}
</script> |
Beta Was this translation helpful? Give feedback.
-
effect.websiteA pattern for programming in typescript that is safer. |
Beta Was this translation helpful? Give feedback.
-
CRDT |
Beta Was this translation helpful? Give feedback.
-
programming in general
|
Beta Was this translation helpful? Give feedback.
-
vanilla fetch
|
Beta Was this translation helpful? Give feedback.
-
hashmultihash
hash
|
Beta Was this translation helpful? Give feedback.
-
|
I highly recommend you check out hardened JavaScript && the endo project endojs/endo. I think you might find that it's super interesting, bleeding edge software, and more importantly, the packages that fall within the scope of the project are tremendously useful, specifically wrt writing secure (distributed) JavaScript systems. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
streams
articles
development tools
modules
typescript
misc
blogs
frontend frameworks
Beta Was this translation helpful? Give feedback.
All reactions