# @wordpress/create-block integration

**URL:** https://discourse.roots.io/t/wordpress-create-block-integration/29892
**Category:** sage
**Tags:** gutenberg, sage10
**Created:** 2025-09-09T14:53:30Z
**Posts:** 8

## Post 1 by @mehha — 2025-09-09T14:53:31Z

One way to build new gutenberg blocks is with log1x/acf-composer

But how would you organize your setup if you dont want to use ACF fields. Rather create new attributes in js like you do with @wordpress/create-block . I still want to use blade files.

> **[@wordpress/create-block – Block Editor Handbook | Developer.WordPress.org](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/)**
>
> Create Block is an officially supported tool for scaffolding a WordPress plugin that registers a block. It generates PHP, JS, CSS code, and…

---

## Post 2 by @ben — 2025-09-09T15:11:45Z

[Radicle](https://roots.io/radicle/) includes an example of using a native block that’s rendered with Blade, and also an example of how to use an existing core block rendered with Blade

The WordPress core JS packages are meant to be used with a webpack build system — Sage v11 and Radicle v2 use Vite instead of webpack

---

## Post 3 by @mehha — 2025-09-09T20:27:52Z

Ok thanks. Will check it out.

---

## Post 4 by @mehha — 2025-09-10T07:30:50Z

I see there are some recommended WordPress plugins in Radicle? These are not must have? We try to use as few plugins as possible.

Where sits logic for dynamic block, in composer file?

---

## Post 5 by @Markus_Finell — 2025-09-10T11:17:50Z

Are there any resources (or perhaps you could give some pointers?) about how to build native blocks in the sage 11 theme without radicle?

---

## Post 6 by @ben — 2025-09-10T12:41:28Z

The only must use plugin in Radicle is an Acorn booter

It doesn’t come with a dynamic block, but yes you could use a view composer to pass data.

---

## Post 7 by @ben — 2025-09-10T12:42:27Z

There’s a lot of resources for building native WordPress blocks. If you would like to see an example specific for the Roots ecosystem then consider purchasing Radicle.

---

## Post 8 by @ben — 2025-09-10T18:42:17Z

2 posts were split to a new topic: [Radicle modal block content and Yoast SEO](/t/radicle-modal-block-content-and-yoast-seo/29896)
