
baking-soda is an interface between clojurescript's reagent and reactstrap (i.e., bootstrap 4 react components) and react-bootstrap (i.e., bootstrap 3 react components)
Baking-soda serves as an efficient interface between ClojureScript's Reagent and popular React component libraries such as Reactstrap and React-Bootstrap. It integrates Bootstrap components into ClojureScript projects seamlessly, leveraging the strengths of both frameworks to enhance front-end development. This tool is particularly helpful for developers seeking to implement Bootstrap styles with functional programming paradigms.
The library enables developers to utilize Bootstrap 3 or 4 components directly in their ClojureScript applications while maintaining a clean and concise code structure. With Baking-soda, crafting user interfaces becomes as straightforward as writing simple ClojureScript code, saving time and effort in getting Bootstrap elements up and running.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.