Skip to content

Issues: sycamore-rs/sycamore

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Synthetic Event Delegation C-enhancement Category: new feature or improvement to existing feature D-hard Difficulty: hard performance Performance related
#176 opened Jul 18, 2021 by lukechu10
Benchmark file size for examples and collect in graph A-ci Area: Continuous Integration (CI) C-enhancement Category: new feature or improvement to existing feature
#214 opened Aug 21, 2021 by lukechu10
Tracking dependencies of Signals A-reactivity Area: reactivity and state handling C-enhancement Category: new feature or improvement to existing feature
#543 opened Dec 14, 2022 by saona-raimundo
Simplify if only in view A-ergonomics Area: API ergonomics A-view Area: view! macro
#574 opened Feb 10, 2023 by johan-smits
Can't use build as an argument name in Props nor component(inline_props) A-macro Area: macros C-bug Category: bug, something isn't working
#576 opened Feb 12, 2023 by Dav1dde
Router fails to navigate if wrapping view is missing A-ergonomics Area: API ergonomics A-router Area: router
#590 opened Mar 19, 2023 by valeth
Ability to execute async code when rendering in SSR mode A-SSR Area: Server Side Rendering (SSR) and Static Site Generation (SSG)
#597 opened Apr 6, 2023 by evertedsphere
Docs website navigation improvements A-website Area: Sycamore website C-enhancement Category: new feature or improvement to existing feature
#619 opened Aug 22, 2023 by jimkring
2 tasks
map_keyed (and Keyed) does not update item if the key hasn't changed A-reactivity Area: reactivity and state handling C-bug Category: bug, something isn't working
#717 opened Oct 12, 2024 by LHolten
Disposing a signal after it is accessed but before it is tracked triggers a panic A-reactivity Area: reactivity and state handling C-bug Category: bug, something isn't working
#741 opened Oct 29, 2024 by lukechu10
sycamore-router build error A-router Area: router C-bug Category: bug, something isn't working
#764 opened Dec 11, 2024 by fierceX
Unexpected full refresh on navigation A-router Area: router C-bug Category: bug, something isn't working
#777 opened Jan 12, 2025 by AMNRG
Unexpected behavior of reactivity in Indexed and Keyed A-reactivity Area: reactivity and state handling C-bug Category: bug, something isn't working S-needs-mre Needs a MRE (Minimal Reproducible Example)
#781 opened Jan 15, 2025 by AMNRG
Form handling C-enhancement Category: new feature or improvement to existing feature S-needs-design
#363 opened Feb 13, 2022 by pythoneer
Websocket example A-examples Area: examples
#670 opened Apr 20, 2024 by UnlimitedCookies
Make NodeRef generic to avoid manual casting C-enhancement Category: new feature or improvement to existing feature
#766 opened Dec 17, 2024 by AMNRG
Need a good way to load javascript or css dynamically C-enhancement Category: new feature or improvement to existing feature
#426 opened May 27, 2022 by piaoger
Add an example of reactive recursive tree component A-examples Area: examples C-enhancement Category: new feature or improvement to existing feature good first issue Good for newcomers
#465 opened Aug 9, 2022 by godstail
Router should bind a elements on document. A-router Area: router
#566 opened Jan 28, 2023 by Dav1dde
SVG with interpolation doesn't render in browser A-svg Area: SVG support C-bug Category: bug, something isn't working S-actionable Actionable
#638 opened Oct 11, 2023 by deotimedev
Support binding to a radio input value C-enhancement Category: new feature or improvement to existing feature D-easy Difficulty: easy S-actionable Actionable
#658 opened Feb 8, 2024 by vi
Allow on-demand upgrade from static html to js components (islands) A-SSR Area: Server Side Rendering (SSR) and Static Site Generation (SSG) C-enhancement Category: new feature or improvement to existing feature
#200 opened Aug 6, 2021 by ibotty
Unpaired surrogates in strings are not handled correctly C-bug Category: bug, something isn't working S-unactionable Unactionable
#250 opened Sep 18, 2021 by chris-morgan
render_to_string_await_suspense does not implement Send or Sync A-async Area: futures, suspense, and async/await S-unactionable Unactionable
#540 opened Dec 8, 2022 by lizclipse
ProTip! Exclude everything labeled bug with -label:bug.