jacobsfletch
@jacobsfletch
Followers
749
Following
2K
Media
31
Statuses
214
ICYMI: You can now group by distinct fields in @payloadcms. Suupper useful when querying large datasets. Credit to @r1tsuu__ for the findDistinct API!
1
1
38
I've always wanted to fix this. You can now toggle Live Preview in @payloadcms without losing your changes. Sooo much better!
3
2
32
This is a true full circle moment for me. My career started in design, not engineering. During that time I’ve used every design tool out there—including Figma. For me, learning to write code meant no design handoff. I could preserve my own design intent. For years I was
BIG DAY. @payloadcms has joined @figma! We're about to take things up a notch. So proud of what we've built, and I know where we're going... can't wait to share more.
2
1
27
Just merged a major performance improvement to @payloadcms that changes how we render server components within arrays and blocks. Now, we precisely render only the rows that change instead of the entire field. Response sizes are up to 96% smaller and requests are 75% faster!
6
3
82
Just released: the ability to save filters and share them across your team. This was one of the most frequently requested features of @payloadcms.
4
3
47
Just added a progress bar to @payloadcms and it feels so much faster to navigate. React Suspense is great, but it meant rendering skeleton UI for full page transitions. This way users still get immediate visual feedback, plus the resulting page renders in its entirety.
6
9
74
Code-first is the new no-code
Something not talked about enough. @payloadcms being fully configured with code means you’re really able to have AI scaffold a lot for you. Tell Cursor the collection you want and the fields you need and you’re set.
1
0
7
I first started learning @reactjs about 7 years ago and @nextjs shortly after. These are two open-source projects that I greatly admire, and now @payloadcms is outpacing both of them on @github. But this is only the beginning—we have big things planned for 2025. Buckle up.
@rwieruch @danielcroe @sebastienlorber @Baconbrix @jherr Another update for our Rising Stars: @payloadcms is now tagged as a backend / fullstack solution and has claimed the top spot in the category. Congratulations!
1
0
25
We are so back
Introducing Payload 3.0: The first-ever CMS that installs directly into your @nextjs app folder. Get started with one line: pnpx create-payload-app
1
0
22
Over the past 10+ months we replatformed the entirety of @payloadcms from an Express + React Router SPA to the Next.js App Router + RSCs, and tomorrow we get to finally show it off
1
4
43
Doing this has significantly reduced the complexity of the front-end by eliminating multiple layers of React Context, duplicative logic, and client-side API requests
1
0
7
The solution is to render custom components on-demand using React Server Functions, where we can directly inject props and return them as JSX to the client
1
0
7