There are various ways to redirect a user after an event, but I’ll be using React Router’s <Redirect>
in this example.
In my latest project, I created a Single Page JavaScript Application utilizing a Rails API backend. On the backend, the action must convert the data to JSON when passing information to be rendered. The following example uses the Fast JSON API serializer for Ruby Objects.
I just created my first Ruby on Rails application that requires user accounts for access. Users may choose to create an account through the application or signup using a third-party account.
Iterators are a useful way to operate on a collection of objects.
For my second coding project, I used Sinatra to build a Content Management System, Wedding Registry, to keep track of registry items.