Americans will measure with anything but the metric system.
Luckily DX is much better now with Turbopack as a bundler. First they improved the dev server, now with Turbo builds the production builds are faster as well. Still not fully stable in my opinion, but they will get…
I am still waiting for the Smell Blaster.
That's part of the vibe in vibe coding.
He also casually dropped that he talked to people at firms with "high amount of coding", who told him that by the end of this or next year "most code will not be written by humans". Yeah, okay. I work each day with…
How do you get the server-side data to client-side Javascript? For example an array of strings or an object.
With Full-Stack React you will use JSX to directly render HTML. Logic is done with Javascript, so you don't need to learn an additional language. There is also no mapping to Javascript and you can use the standard…
Using server-side templating is another layer of complexity on top of your stack, that just glues together your output. These template languages are not easy to learn. Custom code for loops, escaping, template…
You can opt out by using a single (optional) catchall route and handle the path all by yourself. This is sometimes necessary to handle CMS pages for example. Docs:…
They seem to recently position themselves as a Wordpress alternative. There is a blog post about migration from Wordpress to Payload including code: https://payloadcms.com/blog/how-to-migrate-from-wordpress-to... No,…
A common misconception. React is a library. These are examples for React frameworks: https://react.dev/learn/start-a-new-react-project#production... Next.js is a React framework. If Payload is a framework or not is…
I reviewed hardware back in the day and was tired of all the repetitive tasks necessary to measure the performance of CPUs, GPUs and storage devices. So I wrote a benchmark automation tool, that did the work for me.…
Things is a great example for PWAs, because it does not exist on Android, Linux or Windows. It could be though, if it would be a PWA. It is not and it seems like the developer focused its resources on native software…
The author argues multiple times that Next uses the React canary release channel and that's unstable. I think the name for this release channel might be misleading: "We’re introducing an officially supported Canary…
Americans will measure with anything but the metric system.
Luckily DX is much better now with Turbopack as a bundler. First they improved the dev server, now with Turbo builds the production builds are faster as well. Still not fully stable in my opinion, but they will get…
I am still waiting for the Smell Blaster.
That's part of the vibe in vibe coding.
He also casually dropped that he talked to people at firms with "high amount of coding", who told him that by the end of this or next year "most code will not be written by humans". Yeah, okay. I work each day with…
How do you get the server-side data to client-side Javascript? For example an array of strings or an object.
With Full-Stack React you will use JSX to directly render HTML. Logic is done with Javascript, so you don't need to learn an additional language. There is also no mapping to Javascript and you can use the standard…
Using server-side templating is another layer of complexity on top of your stack, that just glues together your output. These template languages are not easy to learn. Custom code for loops, escaping, template…
You can opt out by using a single (optional) catchall route and handle the path all by yourself. This is sometimes necessary to handle CMS pages for example. Docs:…
They seem to recently position themselves as a Wordpress alternative. There is a blog post about migration from Wordpress to Payload including code: https://payloadcms.com/blog/how-to-migrate-from-wordpress-to... No,…
A common misconception. React is a library. These are examples for React frameworks: https://react.dev/learn/start-a-new-react-project#production... Next.js is a React framework. If Payload is a framework or not is…
I reviewed hardware back in the day and was tired of all the repetitive tasks necessary to measure the performance of CPUs, GPUs and storage devices. So I wrote a benchmark automation tool, that did the work for me.…
Things is a great example for PWAs, because it does not exist on Android, Linux or Windows. It could be though, if it would be a PWA. It is not and it seems like the developer focused its resources on native software…
The author argues multiple times that Next uses the React canary release channel and that's unstable. I think the name for this release channel might be misleading: "We’re introducing an officially supported Canary…