1
Posted 1 August, 2023 - 10:29 AM to /community/YalaDev by KerryBoyko
Last updated: 11 November, 2024 - 12:09 PM
https://remix.run/
I've built Yala out on Remix.run, which is a server-side rendering framework for React. It's very similar to Next.js but takes a different approach, which allows for support for nested routing without a whole lot of crazy configuration. It also can (theoretically) allow you to use React and JS to create websites that don't actually need Javascript to run, by using <form>
tags and submitting data that way.
It's kind of a hoot, and that's one of the reaons I made it my first post here on Yala's pre-staging server.
Comment by KerryBoyko - Created: 1 August, 2023 - 10:34 AM
Hey, I've spotted a bug! While the markdown works in the Post Details view (that's this view, with all the comments), it doesn't work in the summary view! I'll keep an eye out for bugs like that.
Oh, you can vote on comments as well. For this I'm using Markdown. Code syntax coloring is not yet available, but it might be soon. It depends on how much people want it on the roadmap.