What you will be making
In this chapter you will be making a collection browser for Bleeding Edge Press. For this app, users will be able to login with an email and password, view a collection of books and view book details.
Note: This chapter will also use React best practices and best practice naming conventions. It’s worth nothing that this chapter will not be using state management with Redux or tips of server side rendering. Instead it will focus more on the user interface.
Overall, it is a pretty simple application. By the end of this chapter, you should know how to properly integrate Bulma with React and leverage the Bulma library to create your application’s user interface.