Skip to content

Instantly share code, notes, and snippets.

View jayallen's full-sized avatar

Jay Allen jayallen

View GitHub Profile
@jayallen
jayallen / App.js
Created May 22, 2018 18:28
Test of concurrent fetches in React componentDidMount
// In response to https://stackoverflow.com/questions/50456959/call-async-await-functions-in-parallel-not-working-on-reacts-componentdidmount/50458425#50458425
// The following code, bootstrapped with create-react-app, definitely fetches the resources concurrently
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
class App extends Component {
constructor() {
super()
From e77e3af7da69fd0c54597358ff37a5e85c39e020 Mon Sep 17 00:00:00 2001
From: Jay Allen <jay@endevver.com>
Date: Sun, 28 Dec 2008 17:11:49 -0800
Subject: [PATCH] Fixing case 79288 No feedback from template clone event. http://bugs.movabletype.org/?79288
---
lib/MT/CMS/Template.pm | 13 +++++++++++--
tmpl/cms/edit_template.tmpl | 8 ++++++++
2 files changed, 19 insertions(+), 2 deletions(-)