Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lionside
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
lionside
2y ago
Oh, one more thing! I'd like to share an excerpt from the README to make sure folks considering this approach understand all the cons that I could think of: ``` As with all things in life, there are considerations to take into account
2.
▲
Show HN: Embed ViteJS-compiled assets in your Rust binary
(github.com)
2 points
by
lionside
2y ago
|
1 comments
3.
▲
Rust webapp: in-browser compilation messages and database migration checking
(github.com)
1 points
by
lionside
4y ago
|
0 comments
4.
▲
by
lionside
4y ago
I used to work at Resemble.ai and we used models that did real-time synthesis. I don’t think it’s particularly difficult anymore, even without sacrificing quality.
5.
▲
by
lionside
4y ago
Checkout https://resemble.ai I used to work there; great team behind the product!
6.
▲
by
lionside
4y ago
I’m going to add dsync to create-rust-app [1] so users can apply a database-first approach in rust! [1] https://github.com/Wulf/create-rust-app
7.
▲
by
lionside
4y ago
Wowowowow thanks for your efforts behind this! I’ve integrated vite with a rust backend[1] and so many people have asked me how I managed to achieve SSR because they equate SSR with render+hydrate but it’s really just classical SSR. I think
8.
▲
by
lionside
4y ago
I switched from CRA to Vite for create-rust-app[1]. If you ever needed to bundle JS/TS in an SSR framework (language agnostic), vite is a great choice :) [1] https://github.com/Wulf/create-rust-app
9.
▲
by
lionside
4y ago
I’ve been working on an OS project to help people get on this bandwagon: create-rust-app [1]. The folks over at shuttle.rs also wrote a blogpost around a similar topic which was a very interesting read as a rust developer. [2] [1] https:&#
10.
▲
by
lionside
4y ago
Hi HN community, One of the first requests I got for ‘create-rust-app’ was from a friend of mine regarding ViteJS. At the time, I didn’t know how awesome and fast ViteJS was as opposed to webpack and the name sounded like a JavaScript libra
11.
▲
Show HN: Integrated ViteJS SSR in Rust
(github.com)
1 points
by
lionside
4y ago
|
1 comments
12.
▲
by
lionside
4y ago
Haha love the name. Sad to see it’s not an actual framework. For those looking for something more akin to a framework, try create-rust-app [1]. I plan to add a templating plugin soon! [1] https://github.com/Wulf/create-
13.
▲
by
lionside
4y ago
Tytytyty!! I know this is not realistic, but the only thing rust is missing is faster compilation times. To be fair, it’s already super fast. I was adding a repl[1] to create-react-app[2] (trying to achieve something like RoR’s console) and
14.
▲
by
lionside
4y ago
You’ve mentioned two of my favourite technologies :) In case you want to try rust and react together: https://github.com/Wulf/create-rust-app
15.
▲
by
lionside
5y ago
Over the past few months, I've been trying to contribute to the rust ecosystem to enable devs to make webapps comfortably. The latest challenge I've been addressing is auto generating react hooks to use Rust API endpoints. I'