Explore all newline lessons
lesson
ObservableThe newline Guide to Building a React App with MobX State TreeUsing observable to trigger re-renders
lesson
Context and HooksThe newline Guide to Building a React App with MobX State TreeCombining MobX State Tree with React via Context and a custom Hook
lesson
Overview of React and MobX State TreeThe newline Guide to Building a React App with MobX State TreeReact and MobX State Tree
lesson
Lifecycle HooksThe newline Guide to Building a React App with MobX State TreeLifecycle Hooks in MobX State Tree
lesson
Chapter Ten SummaryFullstack Web ComponentsYou rendered custom elements server-side using Declarative Shadow DOM and @lit-labs/ssr.
lesson
Express MiddlewareFullstack Web ComponentsYou'll develop Express middleware that server-side renders Declarative Shadow DOM HTML Templates with @lit-labs/ssr.
lesson
ShimFullstack Web ComponentsTo get custom elements to work in Node.js, you'll need to polyfill DOM APIs. Luckily, @lit-labs/ssr provides a tool that enables just that.
lesson
Declarative Shadow DOM TemplatesFullstack Web ComponentsYou'll declare a server-side renderable Declarative Shadow DOM HTML template for each component.
lesson
Server-Side Rendering Custom ElementsFullstack Web ComponentsYou'll server-side render the views of the application with Declarative Shadow DOM and @lit-labs/ssr
lesson
Chapter Nine SummaryFullstack Web ComponentsYou coded a single page web application with custom elements and a custom router.