⚡️ Front End interview preparation materials for busy engineers
https://getkoala.com/
Added BigDataCloud IP Geolocation API
Added BigDataCloud Logo
Updated typo in BigDataCloud listing
Replacing icon
Merge pull request #7382 from bexdeep/master
Added BigDataCloud API
fix: comma
Merge pull request #7390 from bexdeep/master
fix: comma
Add Koala detection
https://statsig.com
https://replicache.dev/
or support renderToString
of react-dom/server
in react-email level.
https://reactjs.org/docs/react-dom-server.html#rendertostring
@bukinoshita
render
function doesn't work on Edge runtime, so I just used serverless functions.
@AlexBlokh Thank you!
@ysm-dev so you're sending http request to Cloudflare worker, propagate it to D1 and send D1 response back?
if you can provide us an example project or a code snippet for that - would be very helpful
Yea I want to build SQL statements (with drizzle) outside of Cloudflare workers and send the Query
object over HTTP,
// ex) Query object
{
sql: 'select * from user',
params: []
}
and run this Query in Cloudflare Workers with DrizzleORM + D1, and return it.
So Cloudflare Workers is like just SQL Runner.
And wants to use all type-safety outside of Worker.
@AlexBlokh thank you for quick reply! I'm trying to build SQL Query inside Vercel Edge Runtime and send that SQL Statement to Cloudflare Workers (D1) over http.
1 more question:
I'm using SQLite + Cloudflare D1,
and when I insert with undefined
or null
values, it saved as string it self:
is it bug? or feature?
Thank you for great library!
@vinicoder Yeah I know, I came from this PR: https://github.com/resendlabs/react-email/pull/382
We are really enjoying using react-email!
@vinicoder Wow, Thank you for the quick feedback and update!
Unfortunately, We decided to use https://twind.style/
But again thank you for the great work!
Is there any example with Vercel Edge Runtime + SQLite?
or
Is there any way to SQLlite drizzle only for Query Builder? (not Database Connect)
ex)
const db = drizzle() // or const db = drizzle(new EmptyDatabase())
const query = db.select(user)
Thank you for such a great library!
It would be great if it supports Template Literals.
<div style={twj`mx-auto rounded``}></div>
cc: https://twind.dev/handbook/styling-with-twind.html