Dynamic Sites
A portion of the content is
queried from WordPress on
the client side after the build
process is complete.
Static Sites
Content is queried and
created during build time
Slide 5
Slide 5 text
COMMENTS FORMS MEMBERSHIPS
ECOMMERCE LMS GUTENBERG
Dynamic Components
Slide 6
Slide 6 text
CODE IT
Write the GraphQL or
REST API requests
needed to create the
functionality you want.
DYNAMIC
APPROACHES
SASS IT
Use a 3rd party service
to get the functionality
you want.
Slide 7
Slide 7 text
EXACTLY WHAT
YOU WANT
EXTENDABLE
CODE IT
+
-
SASS IT
DEVELOPMENT
TIME & SKILL
MAINTENANCE
COSTS
LITTLE / NO
CUSTOM CODING
MAINTAINED
MAY NOT BE
EXTENDABLE OR
EVEN EXIST!
COSTS
Slide 8
Slide 8 text
Comments
Slide 9
Slide 9 text
KEEP IT
NATIVE
COMMENTS
CODE IT
CUSTOM
SASS IT
Slide 10
Slide 10 text
KEEP IT
NATIVE
COMMENTS
1 Code a custom
comment form
2 Use Apollo and
GraphQL to send
comment to WP
3 Trigger rebuild
after moderation
*
Check for new
comments client side