Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online Workshop Series - Developing Blocks without React! #1066

Closed
jonathanbossenger opened this issue Oct 31, 2022 · 6 comments
Closed

Online Workshop Series - Developing Blocks without React! #1066

jonathanbossenger opened this issue Oct 31, 2022 · 6 comments
Assignees

Comments

@jonathanbossenger
Copy link
Collaborator

jonathanbossenger commented Oct 31, 2022

This issue will be used to track the series of workshops on this topic, including any notes taken from the live stream sessions.

Event Details

  • Title: Developing Blocks without React!!! (title to be confirmed)
  • Description: JSX is the React extension to JavaScript that allows you to create components using a syntax similar to HTML. While most block editor tools and tutorials on the web provide JSX examples for creating blocks, not many folks know that it is not required. You can use plain JavaScript. In fact, the initial block editor documentation for building a basic block contains both JSX and Plain JavaScript examples, as does the Gutenberg Examples repository. This workshop (or series of workshops) intends to cover what this might look like.
  • Target Audience: Developers
  • Other info:

Sessions

@jonathanbossenger jonathanbossenger self-assigned this Oct 31, 2022
@jonathanbossenger jonathanbossenger changed the title Online Workshop - Developing Blocks without React!!! Online Workshop Series - Developing Blocks without React! Nov 7, 2022
@jonathanbossenger
Copy link
Collaborator Author

@jonathanbossenger
Copy link
Collaborator Author

@jonathanbossenger
Copy link
Collaborator Author

@jonathanbossenger
Copy link
Collaborator Author

@jonathanbossenger
Copy link
Collaborator Author

https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/
https://developer.wordpress.org/block-editor/reference-guides/richtext/

Goal:

  • implement attributes
  • implement RichText
  • enable styling Settings (padding, background color, text color)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant