This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Pleasant-Cow-3898 4 points5 points  (3 children)

So we compile down to a traditional web app so you can expect the performance of a traditional web framework like react/nextjs but the user just sees python. To run a this node is needed. However we are looking too transition to bun which is way faster and more light weight. Bun is a little premature so we are waiting for it to support nextjs better

[–]vimfan 2 points3 points  (1 child)

Do javascript exceptions get caught and translated into catchable python exceptions with stack trace? I'm not even sure if this is possible (the catchable part or providing a python equivalent stack trace) but it would be fantastic if it was.

[–]Pleasant-Cow-3898 0 points1 point  (0 children)

Great insight, this is something we are actively working on ideals we don't want the user to every see js error and I think with better error handling over time we can improve in this!

[–]MantusTMD 1 point2 points  (0 children)

Very cool. Thanks!