Skip to content

Commit

Permalink
docs(nx-dev): update webinar description to highlight React apps and …
Browse files Browse the repository at this point in the history
…DX (#29990)

Revised the text to emphasize building modern React applications with
platform-native tools.
  • Loading branch information
bcabanes authored Feb 11, 2025
1 parent 2d9a673 commit e77280f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nx-dev/ui-common/src/lib/webinar-notifier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ export function WebinarNotifier(): ReactElement | null {
</motion.h3>
<motion.div key="live-event" className="mt-4 space-y-4">
<p className="mb-2 text-sm">
Learn how to build modern React monorepos with NPM workspaces and
TypeScript project references, and see how Nx’s latest features
streamline configuration, maintenance, and performance both
locally and on CI.
Learn how to build modern React applications using platform-native
tools like NPM workspaces and TypeScript project references, and
see how Nx improves the developer experience all while letting you
ship your React apps faster.
</p>
<div className="flex flex-wrap items-center justify-end gap-1 sm:gap-4">
<a
Expand Down

0 comments on commit e77280f

Please sign in to comment.