Skip to content

Instantly share code, notes, and snippets.

View pastelsky's full-sized avatar
🐚

Shubham Kanodia pastelsky

🐚
View GitHub Profile
@SaraVieira
SaraVieira / gist file.md
Last active December 5, 2023 11:59
The Origin of Furries

In this talk we will be all discussing the origin of the furry fandom. How we will thogheter create a new furry-in-js framework. We will going over how they have changed the current fandom world, our hearts and the js world in 5 very awesome minutes! This talk is to prove a point that stars mean nothing in this case.

https://reactiveconf.com/

@reddraggone9
reddraggone9 / Cargo.toml
Created July 20, 2017 20:58
Post/Redirect/Get vs window.history.replaceState
[package]
name = "rocket-post-redirect"
version = "0.1.0"
authors = ["reddraggone9 <cljenkins9@gmail.com>"]
[dependencies]
rocket = "0.3.0"
rocket_codegen = "0.3.0"
@evansiroky
evansiroky / icon.js
Created September 27, 2016 00:57
Mocking children components with Jest - does this make sense?
import React from 'react'
export default class Icon extends React.Component {
render () {
const {type, className} = this.props
return (
<i
className={`fa fa-${type} fa-fw ${className}`}
{...this.props}
@Restuta
Restuta / framework-sizes.md
Last active March 7, 2024 00:01
Sizes of JS frameworks, just minified + minified and gzipped, (React, Angular 2, Vue, Ember)

Below is the list of modern JS frameworks and almost frameworks – React, Vue, Angular, Ember and others.

All files were downloaded from https://cdnjs.com and named accordingly. Output from ls command is stripped out (irrelevant stuff)

As-is (minified)

$ ls -lhS
566K Jan 4 22:03 angular2.min.js