Pebbling Club 🐧🪨

  • How to fix Storybook screenshot testing | Tiger Oakes
    Notes
    As an alternative to Chromatic, I’ve been using Storybook’s Test Runner to power screenshot tests for Microsoft Loop. We configure the test runner to run in CI and take a screenshot of every story. However, the initial implementation based on the official Storybook docs was very flaky due to inconsistent screenshots of the same story. Here are some tips to reduce flakiness in your Storybook screenshot tests.
    Unfurl
  • Preact builder | Go Make Things
    Notes
    You select the Preact stuff you want in your build, and whether you’d like to use ES modules or an IIFE. The tool spits out a file you can host locally and instructions on how to use it.
    Feed
    Unfurl
  • I don't have time to learn React - Keith Cirkel
    Notes
    When I mentor early career developers and they ask me what they should learn, I can't say React, they don't have time. I mean sure, pick up enough React to land you the inevitable job doing it, but it's not going to level up your career. Anyone with $5,000-$10,000 can make their way through a bootcamp and scrape their way through an interview, but it's a competitive market and it's usually quite evident when your interviewing a bootcamp candidate. Stand out by picking up some more fundamentals
    Feed
    Unfurl
  • Welcome to Solito | Solito
    Notes
    Solito is the missing piece for using React Native with Next.js to build powerful cross-platform apps.
    Unfurl
  • Liskov's Gun: The parallel evolution of React and Web Components – Baldur Bjarnason
    Notes
    Web apps are the only open and standardised GUI software development and distribution platform that’s available to us. Discarding them out of spite or annoyance is exactly the sort of situation that the phrase ā€œdon’t throw the baby out with the bathwaterā€ was coined for.
    Feed
    Unfurl
  • How I Built My Blog • Josh W. Comeau
    Notes
    Over the years, my blog has become a surprisingly complex application. It’s over 100,000 lines of code, not counting the content. Migrating everything over was a big project, but super educational. I’ll share my honest thoughts on all of the new technology I used for this blog.
    Feed
    Unfurl
  • What Is React.js?
    Notes
    Highlight:Its proponents can be weird, it takes itself far too seriously, and its documentation is interminable. These are some ways that some people have described Christianity. This video is about React.js. A video from Webbed Briefs
    Unfurl
  • CodePush
    Notes
    CodePush is a cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.
    Feed
    Unfurl
  • AppHub
    Notes
    Use git push to instantly update React Native apps in production.
    Unfurl
  • Exponent — with React Native
    Notes
    Exponent brings together the best of web (development speed, fast iteration cycles, easy deploys, automatic cross-platform support, and simple sharing with URLs) and the performance and user experience of native apps.
    Unfurl
  • Unit testing React components without a DOM – simonsmith.io – Portfolio and blog of a London based front-end web developer
    Notes
    the idea of shallow rendering is to instantiate a component and get the result of its render method, which is a ReactElement. From here you can do things like check its props and children and verify it works as expected.
    Unfurl