Our Latest Insights

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

14 results shown.
  • Introducing Whackage

    December 1, 2016
    We love React Native. Sometimes, though, it doesn't feel like it reciprocates your love. One such time is when working with codebases that span across multiple repositories. When you want to make changes to a package your app depends on, achieving that snappy hot-reloading workflow you’ve grown...
    Jani Eväkallio
  • Flexible Charting in React with Victory (and Introducing FormidableCharts)

    November 9, 2016
    Victory: React charts tailored to your data Charting directly with d3 can be difficult, but other libraries are often too simplistic. Enter Victory: React charting that is easier than direct use of d3.js but with as much flexibility as possible. Victory allows fully customized charts ranging from...
    Lauren Eastridge
  • On releasing my first OSS project at thirty-five

    October 25, 2016
    A couple weeks ago I released my first open source project at the ripe old age of thirty-five. A dinosaur by tech industry standards or whatever. Computers and programming were something that always came naturally to me in my youth— my first languages were C and x86 assembly. Growing up I...
    JW
    Jason Wilson
  • Introducing Publish-Diff

    October 19, 2016
    Publishing JavaScript projects to the npm registry is an exercise that, while commonplace, is often opaque to developers and fraught with peril. The opacity comes from projects frequently publishing built files that are omitted from git source and some subtle but important differences...
  • Formidable is Now Mobile

    October 18, 2016
    Victory UI Explorer is now available for iOS and Android. Check out what you can do when you combine React Native and Victory, Formidable's charting library. Built by Formidable's own Angela Nicholas. Download Victory UI Explorer for iOS or Android. View the source code for Victory UI...
    Emma Brillhart
  • Introducing NodeJS-Dashboard

    October 12, 2016
    Node.js engineers spend significant amounts of time developing from the console. The usual workflow I've encountered goes something like: npm run test && node index.js which then dumps pages of text to stdout. Errors can easily go unnoticed when large volumes of output are...
    JW
    Jason Wilson
  • Introducing React Progressive Image

    October 3, 2016
    Images can be big, and big can be bad on slow networks. Nobody wants to stare at whitespace while their network struggles to load your beautiful background image, so what can we do? That's where progressive image loading comes in. Progressive image loading can be the difference between...
    BD
    Brandon Dail
  • London: Formidable Has Landed.

    September 29, 2016
    Hi there. I'm Jani Eväkallio, Formidable's new VP of Mobile Engineering. Along with my arrival, today I have the great pleasure of announcing the opening of Formidable in London. In my previous life I was the lead engineer at Futurice London, an early React and React Native advocate,...
    Jani Eväkallio
  • Announcing the Release of Spectacle Editor

    September 22, 2016
    Formidable is pleased to announce the release of Spectacle Editor, an open souce presentation editor built with Electron on top of Spectacle, our library for authoring interactive presentations in ReactJS. We collaborated with Plotly on this project, and it features seamless Plotly integration...
    Emma Brillhart
  • Victory 0.12.0: The One True Tooltip

    September 19, 2016
    We are pleased to announce that the latest release of Victory finally includes tooltips! This feature has been in demand for a while, but nailing down an implementation strategy proved challenging. No other chart element exhibits the range of behaviors or visual possibilities as the simple tooltip....
    Lauren Eastridge
  • Introducing React Game Kit

    September 15, 2016
    React Game Kit is Formidable’s newest release, written by the one and only Ken Wheeler. Since Ken is busy killing it in Israel at ReactNext, I’m giving a rundown of what React Game Kit is and why you should use it. Ken's slides from his React Next talk can be found here, and I highly recommend...
    Emma Brillhart
  • Introducing Nested Routing in Redux Little Router

    September 13, 2016
    Ever since we announced Redux Little Router, we’ve worked hard to simplify the API, reduce boilerplate, and ease adoption for beginners. To advance these goals, we’ve introduced two new features: nested routes and nested fragments. Check out Redux Little Router on GitHub! Nested Routes...
    Tyler Thompson
  • Builder 3.0: Battle Tested Multiple Project Management

    September 8, 2016
    Today we’re excited to announced the release of Builder 3.0, which contains improvements based on our experience using Builder in more than 100 projects over the past 10 months. Builder solves the problem of multiple projects needing the same dependencies, configuration, and npm tasks. For example...
  • Terminal Charts with Victory CLI

    August 29, 2016
    The ability to collect, analyze, triangulate and visualize vast amounts of data in real time is something the human race has never had before. After pushing out webpack-dashboard and seeing how much people enjoy terminal based tooling, I thought perhaps I should see what else I can...
    KW
    Ken Wheeler