solid-primitives icon indicating copy to clipboard operation
solid-primitives copied to clipboard

A library of high-quality primitives that extend SolidJS reactivity.

Results 83 solid-primitives issues
Sort by recently updated
recently updated
newest added

Hey all, this is my first PR to solid which is very exciting! - Closes #594 - Is there anything to reconsider or change in here? `types.d.ts` wasn't part of...

This is a first stab at a VirutalizedList primitive. It is MUCH less full featured than, for example, [tanstack virtual](https://github.com/TanStack/virtual), but it works for basic cases. I'm open to API...

### Describe The Problem To Be Solved This may not be a bug, and if not I think it would be a nice thing to add as another function or...

enhancement

So, as I had mentioned in the Solid Discord server, I got the `@solid-community/start` package updated to work with Solid Start version 1 (and didn't even need to include `@solidjs/start`...

### Describe the bug I have a createPolled in a solidjs component, and it calls a server API. This API is only called from the create polled and nowhere else....

As previously suggested, this is an attempt at rewriting the virtual list comp to be a headless utility function and adds tests and docs. It still exports the VirtualList comp...

### Describe The Problem To Be Solved There is no information yet on the number of downloads for each package, at least for downloads per week ### Suggest A Solution...

### Describe The Problem To Be Solved Currently, the `url` of `postMessage` argument is manually set to `location.href` in the code: https://github.com/solidjs-community/solid-primitives/blob/dceb3800fac83c9c1d99b8054a0dd44a280c6646/packages/storage/src/persisted.ts#L214-L217 This means that synchronization is only available for...

### Describe The Problem To Be Solved I've found that when using `` I could not style the list ``. The styles I needed were: ```css display: flex; flex-flow: column;...