Here are
193 public repositories
matching this topic...
An online IDE for rapid web development
Updated
Nov 17, 2021
JavaScript
✨ A beautiful dark theme for your favorite apps. #Hacktoberfest
Updated
Nov 5, 2021
TypeScript
😎 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
Sep 22, 2021
TypeScript
Gatsby Remark plugin to embed well known services by their URL.
Updated
Oct 4, 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
Oct 5, 2021
JavaScript
Updated
Sep 21, 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
Sep 21, 2021
JavaScript
Starter template for CodeSandBox.io
A Gatsby Remark plugin for embedding Codesandbox given a folder of files
Updated
Sep 21, 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
Updated
Oct 9, 2021
TypeScript
Easily display the preview of a code snippet
Next.js static site showcasing Framer X API Examples implemented within a production React Application environment
Updated
Aug 26, 2019
JavaScript
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
An exercise for JS constructor functions.
Updated
Nov 16, 2021
JavaScript
Awesome Learning Exercises - the source code for the Awesome Learning platform.
Updated
Jul 21, 2021
JavaScript
Chrome extension for opening your Github repository with web IDEs
Updated
Aug 14, 2021
JavaScript
Make your aging AngularJS app suck less. A non-trivial example for how to use Parcel with an AngularJS (1.x) application.
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/