<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>React on Fernando Mendez</title>
    <link>https://www.fmendez.com/tags/react/</link>
    <description>Recent content in React on Fernando Mendez</description>
    <image>
      <title>Fernando Mendez</title>
      <url>https://www.fmendez.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://www.fmendez.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.125.3</generator>
    <language>en</language>
    <lastBuildDate>Thu, 01 Aug 2024 15:21:04 -0400</lastBuildDate>
    <atom:link href="https://www.fmendez.com/tags/react/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building a Real-time Live Polling System with Remix Frontend and Rails API Backend</title>
      <link>https://www.fmendez.com/posts/remix-rails-live-polling-system/</link>
      <pubDate>Thu, 01 Aug 2024 15:21:04 -0400</pubDate>
      <guid>https://www.fmendez.com/posts/remix-rails-live-polling-system/</guid>
      <description>Table of Contents Introduction Setting Up the Project Designing the Data Model (Rails) Building the API Endpoints (Rails) Setting Up WebSockets (Rails) Remix.js Frontend Setup (Remix.js) Implementing API Integration in Remix Real-time Updates with WebSockets in Remix Conclusion: Reflecting on Our Live Polling System 1. Introduction WebSockets: The Real MVP of Real-Time Web Apps Today, we&amp;rsquo;re exploring the world of WebSockets. If you&amp;rsquo;ve ever wondered how modern web apps achieve that smooth, real-time feel, you&amp;rsquo;re in for a treat.</description>
    </item>
    <item>
      <title>WebSockets with React, Redux, and Ruby on Rails</title>
      <link>https://www.fmendez.com/posts/websockets-react-redux-rails/</link>
      <pubDate>Sat, 08 Jan 2022 15:21:04 -0400</pubDate>
      <guid>https://www.fmendez.com/posts/websockets-react-redux-rails/</guid>
      <description>Note: all the code for this post can be found here(frontend) and here (backend/rails)
Let&amp;rsquo;s explore how to integrate Rails ActionCable functionality (WebSockets) with a basic chat application using React and Redux (via Redux Toolkit). I&amp;rsquo;m only including the most relevant snippets of code, please refer to the code in the repo for the entire context.
Backend Since I&amp;rsquo;m using rails as an API endpoint, I&amp;rsquo;ll create the app using the --api flag.</description>
    </item>
    <item>
      <title>Exploring Program Derive Addresses (PDA&#39;s) with Solana, Anchor and React</title>
      <link>https://www.fmendez.com/posts/exploring-pda-with-solana-anchor-react/</link>
      <pubDate>Mon, 13 Dec 2021 13:28:46 -0400</pubDate>
      <guid>https://www.fmendez.com/posts/exploring-pda-with-solana-anchor-react/</guid>
      <description>Note: As of the time of this writing (Monday, December 13, 2021), Solana&amp;rsquo;s testnet environment (faucet/airdrop) seems to be having issues. Please select the devnet on the selector (or just don&amp;rsquo;t change it, since is the default value). Remember to change your wallet to point to the devnet network.
Note: all the code for this post can be found here. There&amp;rsquo;s a demo here showcasing the concepts in this post.</description>
    </item>
    <item>
      <title>Building a simple on-chain point of sale with Solana, Anchor and React</title>
      <link>https://www.fmendez.com/posts/solana-anchor-react-first-impressions/</link>
      <pubDate>Fri, 26 Nov 2021 16:25:00 -0400</pubDate>
      <guid>https://www.fmendez.com/posts/solana-anchor-react-first-impressions/</guid>
      <description>Note: All the code for this post can be found this github repo.
A few days ago, I started playing with the Solana blockchain. I was initially interested because it was built on rust (I freaking love rust!). To explore it, I decided to build a basic point of sales (POS) for event tickets.
I initially started reading the code on the Solana Program Library and experimenting but decided to go with Anchor just get started building something more quickly.</description>
    </item>
  </channel>
</rss>
