This blog will discuss one method for creating an item in a database join table within a Single Page Application built using React Frontend, Rails Backend, PostgreSQL database, and Active Record Associations. What is the problem? Items in a join table need to be associated with two different models, requiring each item to have…