Sean NgoWhy you should use Rails as an APIAs you may have known by now, Rails can act as a frontend and backend, but it is especially great as an API. An API (Application…Jun 25, 2021Jun 25, 2021
Sean NgoActive Record AssociationsActive record is the model or layer of the system responsible for representing data and logic. It is responsible for creating and using…Jun 4, 2021Jun 4, 2021
Sean NgoProps and State in ReactIn React components, both props and state are variables that serve a similar function, but are used in different ways.May 12, 2021May 12, 2021