Our Latest Insights

Thoughts from our team on current events, new techniques and tools, trends we're seeing, and our culture.

14 results shown.
  • Javascript Power Tools Part III: Real-world redux-saga Patterns

    June 7, 2017
    In the past two articles, we've talked a lot about redux-saga in the abstract, without much concern for real-world applications. Now that we’re equipped with new knowledge, we're ready to jump in and start putting the pieces back together. First, we'll take a look at a pattern...
    Matt Hink
  • Live Editing React Components for Better Documentation

    May 31, 2017
    As stated in a previous post about documentation, Your Docs And You, the best response to well made docs is simply, 'I get it!' When writing documentation, it's sometimes easy to forget that someone on the other end will actually be reading your docs. Writing docs can be as difficult as...
    Phil Plückthun
  • JavaScript Power Tools Part II: Composition Patterns in redux-saga

    May 17, 2017
    In the last article, we investigated redux-saga's approach to the Saga pattern in JavaScript. Specifically, the concept of a generator function that yields command objects, which describe the effects we want to happen, and rely on an external driver to actually perform those effects...
    Matt Hink
  • JavaScript Power Tools: redux-saga

    May 10, 2017
    At Formidable, we're always refining our knowledge of modern JavaScript tech. This blog series, entitled JavaScript Power Tools, will take a deeper look at some of the tools, frameworks, and libraries we use to deliver reliable and maintainable code. Today, I want to talk about [`redux-saga`]...
    Matt Hink
  • Don't Fear the Fractal: Infinite State Composition with Freactal

    May 3, 2017
    In the beginning, there was React. You used `createClass` to define an OOP-style UI component with associated reactive state, and custom mixins managed cross-cutting concerns. It was good. Then came ES6 classes. You used standard language features and semantics to define a component...
    Tyler Thompson
  • Join Formidable at SeattleJS Conference

    April 26, 2017
    The SeattleJS Conference conference is coming this August 10th and 11th, and Formidable is the presenting sponsor. Have you bought your tickets yet? For background, when we heard that CascadiaFest wasn’t happening this summer, the Formidable crew was super bummed. As the ongoing...
    BL
    Becca Lee
  • Fun with Fiber Custom Renderers at React Amsterdam

    April 18, 2017
    Ken Wheeler, Formidable at large, will be speaking at React Amsterdam on April 21st. His talk, Fun with Fiber Custom Renderers, will explore the new custom renderer API in React Fiber, a soon-to-be-released architectural rewrite of React. Ken will cover Fiber basics, the anatomy...
    BL
    Becca Lee
  • Your Docs and You: A Guide for Your First OSS Portfolio

    April 12, 2017
    Open Source Software is arguably fated to a life of loneliness without great documentation. I’ve heard more than one developer proclaim the importance of docs, and their corresponding awe and appreciation when they find docs that are really well-made. One of my favorite responses to a docs site...
    Paula Lavalle
  • Introducing Appr: A New Review Workflow for Mobile Developers

    March 29, 2017
    Appr builds pull requests in your Create React Native App project, deploys the changes to Expo, and posts a link and a QR code to your PR, so you can run the app on your device or emulator in seconds! I'm sure you'll agree: code reviews are a useful tool in a development...
    Jani Eväkallio
  • Formidable at React London: Offline-First Apps & React Native for Hardware

    March 22, 2017
    Ken Wheeler and Jani Eväkallio will be speaking at React London on Tuesday, March 28th. Ken's wild talk, “Weapons Grade React,” will explore the trials and tribulations he experienced while building a remotely controlled robotic crossbow with React and React Native. Using that experience...
    BL
    Becca Lee
  • React Native App Stack, March 2017

    March 14, 2017
    This week, we started writing a new React Native app. With every new project, I experience a mix of giddy excitement and intense anxiety: an opportunity to right all past mistakes, and a chance to make a thousand new ones. Discussing greenfield tech choices inevitably devolves into...
    Jani Eväkallio
  • Be Bold For Change on Women’s Day

    March 8, 2017
    Happy International Women’s Day! March 8th celebrates the social, economic, cultural, and political achievement of women. As part of our celebration today, we (Autumn and Elise) are reflecting on the state of women at Formidable. As technology workers, we are lucky to be some of the most...
  • Eric Baer Speaking at Voxxed Days Bristol

    March 1, 2017
    Formidafriends in the UK: Formidable Eric Baer is speaking at Voxxed Days Bristol today. Attending? Be sure to check out his talk. Eric will attempt to lay bare the lessons learned from nearly 60 years of API design, from RPC to REST. With mounting pressure on APIs from mobile devices/networks...
    BL
    Becca Lee
  • Faster React SSR with Rapscallion

    February 28, 2017
    React has gained significant momentum over the four years since its initial release, and for good reason. I'll admit that I was initially a skeptic, particularly when it came to the strangeness that is JSX, but I was quickly won over by its codification of small, testable units of code...
    DB
    Dale Bustad