Tag Archives: react

Back and Forth #7: Secure React Page

Birm shows Chris how to secure a React page so only authorized users can view it. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , | Comments Off on Back and Forth #7: Secure React Page

Back and Forth #6: Add Google Authentication to React App Using Firebase

Birm shows Chris add how to add Google Authentication to a React App using Firebase. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , | Comments Off on Back and Forth #6: Add Google Authentication to React App Using Firebase

Back and Forth #5: Add a Button to a React App

Birm and Chris add a button to a React application. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , | Comments Off on Back and Forth #5: Add a Button to a React App

Back and Forth #4: Hosting a React App on Firebase

Birm shows Chris how to host a React App as a static website on Firebase. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , | Comments Off on Back and Forth #4: Hosting a React App on Firebase

Back and Forth #3: Docker Image for Node React Application

Chris and Birm create a Docker image for a Node React application. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , , | Comments Off on Back and Forth #3: Docker Image for Node React Application

Back and Forth #1: Fix a React Bug

Chris and Birm fix a bug in a React website. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , | Comments Off on Back and Forth #1: Fix a React Bug

Today I Learned How to Create a React-Rails App

A working example can be found here in the Saturday MP Examples GitHub. First thing you need to do is create a basic Rails app as outlined in my previous post.  My setup is the same as creating Rails app: Ubuntu 18.04 LTS host … Continue reading

Posted in Code Examples, Software Development, Today I Learned | Tagged , | Comments Off on Today I Learned How to Create a React-Rails App