Explore all newline lessons
lesson
How To Write Tests For React Container ComponentsReact Testing Library's approach to integration testing like a user would interact with the DOM works very well with React's function-based components.
lesson
How to Create a Docker Image to Containerize an ApplicationBuild and deploy a REST API with DenoWe will create a Docker image for our application
lesson
How to Install Deno Locally and in Docker ContainersBuild and deploy a REST API with DenoIn this lesson, we will install Deno and create our setup for the rest of the course.
lesson
Fetch Data for Storybook Components With Container PatternStorybook for React AppsUsing a container pattern to deal with complex components.
lesson
How to Build Reusable Containers for Clojure Apps with ReagentTinycanva: Clojure for React DevelopersWe have authenticated our users, but now they're stuck on the login screen. This chapter is about building re-usable containers to redirect users to authorized pages.