Created 08/01/2023
by KerryBoyko

This is the development community for YALA. Feel free to ask questions and post here, report bugs, say what you think is cool about the site, what you hate about it, what you want to see.

Keep in mind, YALA is not feature complete. It's not really ready to demo at this time, and there needs to be a lot of cleanup in the sourcecode before I can even use this as a "resume" piece. But I'd like to hear from you all the same.

This is a staging area, not production, so the database may get wiped if need be.

Finally, sit back, relax, make a post, kick the tires!

1

Built on Remix.run

Posted 1 August, 2023 - 10:29 AM to /community/YalaDev by KerryBoyko
Last updated: 21 July, 2024 - 6:31 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.

Create New Comment
Markdown is supported.

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.

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.