Explore all newline lessons
lesson
Setting up CloudflareThe newline Guide to React Component Design Systems with FigmagicNext stop is hosting, where we'll use Cloudflare Pages, one of the most exciting tech services around.
lesson
Setting up GitHubThe newline Guide to React Component Design Systems with FigmagicGet hooked up with the premier place on the planet to share, build, and discuss code—open source or otherwise.
lesson
Hooks project setupBeginner's Guide to Real World ReactSetup the base project for our Hooks deep dive examples.
lesson
Setting up the EnvironmentThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll download all the technologies we're using in this course
lesson
Technologies Used in this CourseThe newline Guide to Fullstack ASP.NET Core and ReactIn this lesson, we'll go through all the technologies we're using in this course
lesson
3 Ways to Add Typescript to a React LibraryCreating React Libraries from ScratchAdding a type-system to JavaScript.
lesson
How to Integrate Storybook Components Into a React AppStorybook for React AppsFinalizing the feature and integrating it into the app.
lesson
Simplify Complex Components with the useProducts HookThe newline Guide to Modernizing an Enterprise React AppCustom hooks are good for more than just drying up duplicated code; they also help simplify our components.
lesson
Course WelcomeThe newline Guide to Building a Company Component LibraryWelcome to the Guide to Building a Company Component Library course.
lesson
Module OverviewThe newline Guide to Angular UniversalWanna be a performance beast? It's time to cache! In this module, you will use the Redis database to implement server-side caching and improve Time To First Byte. From now on, only selected requests will trigger the rendering process. The rendered output will be kept in Redis for a specified period of time. Subsequent requests will be served with data retrieved from Redis.
lesson
SummaryThe newline Guide to Angular UniversalIn this module, you've learned how to pass data between the server and the browser using the `TransferState` registry. You've also introduced `TransferHttpCacheModule` that passes data obtained via HTTP during server-side rendering to the browser. You've learned how to abandon long-running REST API calls that affect rendering performance.
lesson
NoscriptThe newline Guide to Angular UniversalIn this lesson, you can see how Angular Universal helps when your user's browser doesn't support JavaScript