Let's Enhance Notion with NextJS 13! Super Simple w/ TypeScript

preview_player
Показать описание
Let's Enhance Notion with NextJS 13! Integrating those two (or with nodejs) can massively improve and speed up your workflow if done properly. Besides reading, you can also allow updating and / or deletion behaviour for your notion database. Cool project, let's jump right in!

Thanks for watching, I wish you a lot of fun implementing this into your own future projects!

do not ask me wtf that thumbnail is ok
Рекомендации по теме
Комментарии
Автор

Bro you'll make me cry, you just don't stop dropping stuff that I just need, exactly when I need it😭

matheuscampos
Автор

Super simple things was explaining so difficult. If I wouldn’t had experience with NextJS this will be super hard for me.
But it’s a good topic. I wish you successes!

RR-rwbc
Автор

Thanks a lot man. I was wondering why my integration name was not showing and wasting my time researching on the "Share" part. Finally a solution to add connection.

Mani-sobd
Автор

Can be very handy to use notion database for customers creating appointments with their accountmanager.

universe_decoded
Автор

Thank you a lot. You add this "const rows = query.results.map((res) => {
if ("properties" in res) {
return res.properties;
}
});" so you don't need use @ts-ignor anymore

danqnhathuy
Автор

so where is the source code of tailwind styles?

volfcan
Автор

I find it a bit strange that you don't return the data as json, instead you parse it to a string and return that as a json string (so not json object!). To reparse it to json on your client side, seems like some unnecessary steps. especially because json return type is widely supported.

GlennLatomme
Автор

Bro You are Awesome Man, But in 24:37 You Literally make me Laugh Bro . Keep The Good Work Up Bro 💪💪

flcnsc
Автор

I was breaking me head with this properties do not appearing hahahaha

deerp