TechAlchmy
TechAlchmy
SSolidJS
Created by Maciek50322 on 3/28/2025 in #support
Solid router, suspense and navigate
One approach to achieve this in Solid.js is to adjust your App component to conditionally render components based on the loading state of your routes.
20 replies
SSolidJS
Created by Grahf on 3/27/2025 in #support
Correct type for props.children?
To capture the name attribute of the child components (<input> or <select>) in your wrapper component, you can utilize the React.cloneElement method, which allows you to pass additional props to the children.
4 replies