Make WordPress Core

Opened 3 weeks ago

Closed 42 hours ago

#60986 closed enhancement (duplicate)

Twenty Twelve: Replace front end jQuery usage with Interactivity API

Reported by: adamsilverstein's profile adamsilverstein Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: needs-patch
Focuses: javascript, performance Cc:

Description

This ticket focuses on removing jQuery as a frontend dependency for Twenty Twelve when the site is running WordPress >= 6.5 where we can leverage the Interactivity API instead.

This is similar to https://core.trac.wordpress.org/ticket/54171 which proposes replacing jQuery with vanilla JavaScript.

Note:

  • Leveraging the Interactivity API for core themes will help us test and consume our own APIs.
  • The Interactivity API will already be enqueued if any block leveraging the API is used (Query, expanding Search and Navigation for example)
  • Existing code would stay in place for cases where the theme is used on WordPress < 6.5.

Change History (2)

This ticket was mentioned in Slack in #core-performance by adamsilverstein. View the logs.


2 weeks ago

#2 @sabernhardt
42 hours ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #61027.

Let's discuss any possible integrations in (classic) bundled themes on one ticket.

Note: See TracTickets for help on using tickets.