COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210908111050/https://github.com/topics/codesandbox
Here are
176 public repositories
matching this topic...
An online IDE for rapid web development
Updated
Sep 8, 2021
JavaScript
😎 A curated list of stuff related to the new React Context API
Updated
Apr 5, 2020
JavaScript
🏖 Open any GitHub repo in CodeSandbox by changing the hostname
Updated
Aug 12, 2021
JavaScript
Generate colorful text placeholders 🎨
Updated
Aug 11, 2021
TypeScript
Gatsby Remark plugin to embed well known services by their URL.
Updated
Sep 8, 2021
JavaScript
🎩 Create CodeSandbox directly from code blocks
Updated
Nov 5, 2020
JavaScript
RealWorld App implementation based on "react-redux-typescript-guide"
Updated
Mar 19, 2021
TypeScript
Component-wrapper for collapse animation with CSS for elements with variable and dynamic height
Updated
Aug 10, 2021
JavaScript
Updated
Aug 12, 2021
TypeScript
⚡ Open GitHub repositories in online web IDE
🚀 A simplistic, ⚡ lightweight (5kb gzipped) and easy to use wrapper around your components that will help you create custom and dynamic modals, from your components
Codesandbox Preview in Atom
Updated
Aug 10, 2021
JavaScript
Tiny HoC to use React hooks with class components.
Updated
Aug 10, 2021
JavaScript
Starter template for CodeSandBox.io
A Gatsby Remark plugin for embedding Codesandbox given a folder of files
Updated
Aug 10, 2021
JavaScript
Vue SFC Sandbox, Sandbox as a Vue 3 component.
code-oriented React tutorial for programmers
Updated
Dec 1, 2020
TypeScript
A VuePress starter template for CodeSandbox
Easily display the preview of a code snippet
Updated
Sep 1, 2021
TypeScript
Generates "run this example" links for your readme.md
Updated
Aug 10, 2021
JavaScript
a GitHub App built with probot that generates preview links for react based projects.
Updated
Apr 16, 2018
JavaScript
Next.js static site showcasing Framer X API Examples implemented within a production React Application environment
Updated
Aug 26, 2019
JavaScript
An exercise for JS constructor functions.
Updated
Aug 26, 2021
JavaScript
Awesome Learning Exercises - the source code for the Awesome Learning platform.
Updated
Jul 21, 2021
JavaScript
Make your aging AngularJS app suck less. A non-trivial example for how to use Parcel with an AngularJS (1.x) application.
🎬 Simple clone of The Movie DB built with Preact, Apollo, & Serverless
Updated
Sep 3, 2021
JavaScript
Chrome extension for opening your Github repository with web IDEs
Updated
Aug 14, 2021
JavaScript
Improve this page
Add a description, image, and links to the
codesandbox
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
codesandbox
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Problem
As part of issue #59, all snapshots tests where removed. We would now like to replace these snapshots with a more meaningful unit test.
Acceptance Criteria
Using @testing-library/react create a test for
Layout.js
found insrc/components/Layout/