-
Updated
Dec 1, 2020 - JavaScript
preact
Here are 1,140 public repositories matching this topic...
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Dec 5, 2020 - JavaScript
right now the image-loader middleware only supports the formats ICO, JPEG, PNG, GIF, SVG and WEBP.
It would be very useful to also add the new AVIF format, that is already being used on the web and that is quickly gaining popularity and browser supports
Unistore will go very well with web components. It can have bindings for LitElement and others.
I am interested to work on this if it will accepted.
Repro steps
- Create fresh WMR setup
npm install uuid(this uses the native 'crypto' api)- run
npm start
Error bundling crypto: Error: Could not loadnpm/[email protected]/index.js: Package crypto does not contain file index.js
500 /@npm/crypto - Could not loadnpm/[email protected]/index.js: Package crypto does not contain file index.js
The package 'crypto' on npm is deprecated,
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Nov 7, 2020 - TypeScript
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Dec 1, 2020 - TypeScript
Randomizable value properties are a mess, there is a lot of minimumValue (random and animation have it) properties and a value.
This must be simplified in a simpler property type:
value: T | IRange<T> // T is a generic typeand the new IRange interface is made like this:
interface IRange<T> {
min: T,
max: T
}Old propert
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Jul 28, 2020 - JavaScript
In original connect from react-redux, you can pass a function as a mapDispatch, which accepts dispatch and own component props. Here the full description
Do you plan to add this feature?
P.S. proppy-redux npm page points to package. So I created issue in this sco
-
Updated
Jun 16, 2020 - JavaScript
This would vastly help the Dev experience for game developers
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 4, 2020
Improve this page
Add a description, image, and links to the preact topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the preact topic, visit your repo's landing page and select "manage topics."


JS 配置如下: