Skip to content
Search:
Facebook page opens in new windowTwitter page opens in new window
Digital Primates
The Enterprise React Company
Digital PrimatesDigital Primates
  • Enterprise React
    • Enterprise React
    • Want Happier Business Partners?
    • React Enterprise Architecture
    • The Enterprise React Newsletter
  • Video Services
  • Consulting
    • Enterprise JavaScript and React Consulting
    • Flex Application Migration
    • Ember Application Migration
  • About
    • About
    • Blog
    • React Wednesdays Show
    • Success Stories
      • Thrasys Enterprise React Application
      • Modern Enterprise Workflow Application for Chicago-based Keyser Industries
      • Herff Jones – Enterprise Application
      • MLB.TV Streaming Video
      • Adobe Video Player
      • Flip.com – Application Modernization with JavaScript
  • Contact
  • Enterprise React
    • Enterprise React
    • Want Happier Business Partners?
    • React Enterprise Architecture
    • The Enterprise React Newsletter
  • Video Services
  • Consulting
    • Enterprise JavaScript and React Consulting
    • Flex Application Migration
    • Ember Application Migration
  • About
    • About
    • Blog
    • React Wednesdays Show
    • Success Stories
      • Thrasys Enterprise React Application
      • Modern Enterprise Workflow Application for Chicago-based Keyser Industries
      • Herff Jones – Enterprise Application
      • MLB.TV Streaming Video
      • Adobe Video Player
      • Flip.com – Application Modernization with JavaScript
  • Contact

Category Archives: React

You are here:
  1. Home
  2. Category "React"

Comparing Props Handling Between the React and Svelte JavaScript Libraries

JavaScript, React, SvelteBy Matthew MinerFebruary 2, 2021Leave a comment

Continuing in the previous theme of “What’s the Svelte way to handle X as I did in React?”, we’re going to look at basic props patterns in the React and Svelte JavaScript frameworks. import {useState} from ‘react’; export const ToggleValue = () => { const [bool, setBool] = useState(false); const toggleBool = () => setBool(!bool);…

How to Implement React useEffect Patterns in Svelte

ReactBy Matthew MinerFebruary 1, 2021Leave a comment

Continuing on with the previous article’s theme of “What’s the Svelte way to handle X as I did in React?” we’re going to look at the useEffect hook. Below we have a couple of examples to highlight the similarities and differences between Svelte and React when it comes to implementing the useEffect pattern found in…

How to implement React useState patterns in Svelte

ReactBy Matthew MinerFebruary 1, 2021Leave a comment

Having worked recently with Svelte after coming from a React project, I found myself frequently asking “What’s the Svelte way to handle X like I did in React?” The useState hook is probably the most important and most often used hook so I’ve put together a few examples to highlight the differences for anyone who…

Learn About Feature Flags and Flagsmith on React Wednesday

ReactBy Dan WilsonFebruary 1, 2021Leave a comment

On February 3rd at 1 PM ET, we’ll host the Flagsmith team on our React Wednesday show to discuss why application development and delivery are better with Feature-flag-driven development. What are Feature Flags and Why Should I Care? A decade ago, I led a large technical team for an enterprise-sized education provider based in the…

Exploring Functional Programming with Tyler McGinnis on React Wednesday

ReactBy Dan WilsonFebruary 1, 2021Leave a comment

We were pleased to have Tyler McGinnis on React Wednesday to help out with some live coding exercises. The Digital Primates crew are big fans of Tyler and his work. Tyler’s courses are part of our training program for technical staff. In fact, even though I’m the “marketing person”, I am going through his courses…

12345…
6789
10
Copyright © 2020 Digital Primates. All Rights Reserved.
  • Careers
  • Open Source Software
  • Privacy Policy
  • Contact Us
  • Blog
Bottom Nav
Go to Top