Explore all newline lessons
lesson
How to Set Up a UI Library & CSS Build Process Using PostCSSTinycanva: Clojure for React DevelopersIn this chapter, we'll set up our UI library and CSS build process using PostCSS.
lesson
How to Install React Router from NPM and Set Up RoutesTinycanva: Clojure for React DevelopersWe have already learned how third-party components fit with Reagent. In this chapter, we'll implement React Router in the Tinycanva app.
lesson
What is Reagent? The Minimalist Clojurescript React WrapperTinycanva: Clojure for React DevelopersReagent is a minimalist Clojure wrapper for React. It exposes all React APIs including hooks and is one of the most popular Clojure projects. This chapter is a theoretical introduction to Reagent. We'll learn about components, third-party integrations and local state.