Rajesh Joshi
Rajesh Joshi
SSolidJS
Created by Rajesh Joshi on 1/9/2024 in #support
Solidjs navbar and router setup problem
It worked partially, now it showing content from Home.jsx but not from SavedRepos.jsx. When inspected on devtools, no content in body of SavedRepos.jsx.const Home = () => { return ( <div> <h2>Home</h2> </div> ) } export default Home; savedRepos.jsx const SavedRepos = () => { return ( <div> <h2>Saved Repos</h2> </div> ) } export default SavedRepos; content in both files is just text under h2 tag
4 replies
SSolidJS
Created by Rajesh Joshi on 1/3/2024 in #support
Which Solidjs Router library should we use
Thanks, now I found detailed video about Solidjs Router https://www.youtube.com/watch?v=omxEFzBQCZE
5 replies
SSolidJS
Created by Rajesh Joshi on 1/3/2024 in #support
Which Solidjs Router library should we use
Thank you, documentation on Github and website differs.
5 replies
SSolidJS
Created by Rajesh Joshi on 1/1/2024 in #support
SolidJS Router problem
It worked for me, thanks a lot!
3 replies