• Stars
    star
    225
  • Rank 171,806 (Top 4 %)
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Solid Implementation of the Realworld Example App

RealWorld Example App

Solid.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

DemoΒ Β Β Β RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with Solid.js including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Solid.js community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Getting started

To run locally during development:

  • npm install to install all dependencies
  • npm start to build and serve app locally
  • browse to http://localhost:5000/

To create a production build:

  • npm run build creates a development build, with all source compiled into ./public/ folder

More Repositories

1

solid

A declarative, efficient, and flexible JavaScript library for building user interfaces.
TypeScript
31,371
star
2

solid-start

SolidStart, the Solid app framework
TypeScript
4,825
star
3

solid-router

A universal router for Solid inspired by Ember and React Router
TypeScript
1,080
star
4

vite-plugin-solid

A simple integration to run solid-js with vite
TypeScript
425
star
5

templates

Vite + solid templates
TypeScript
408
star
6

solid-styled-components

A 1kb Styled Components library for Solid
TypeScript
270
star
7

solid-docs-next

SolidJS Docs.
MDX
200
star
8

solid-testing-library

Simple and complete Solid testing utilities that encourage good testing practices.
TypeScript
190
star
9

react-solid-state

Auto tracking state management for modern React
TypeScript
189
star
10

solid-docs

Cumulative documentation for SolidJS and related packages.
TypeScript
182
star
11

solid-playground

Quickly discover what the solid compiler will generate from your JSX template
TypeScript
175
star
12

solid-site

Code that powers the SolidJS.com platform.
TypeScript
156
star
13

solid-hackernews

Solid implementation of Hacker News
JavaScript
152
star
14

signals

TypeScript
128
star
15

solid-meta

Write meta tags to the document head
TypeScript
101
star
16

solid-refresh

TypeScript
77
star
17

solid-workgroup

Workgroup for future Solid Releases
53
star
18

solid-styled-jsx

A Styled JSX wrapper for Solid
JavaScript
40
star
19

solid-jest

Jest preset for SolidJS
JavaScript
33
star
20

create-solid

Set up a modern web app by running one command
JavaScript
32
star
21

solid-todomvc

Solid implementation of TodoMVC
TypeScript
29
star
22

solidhack-submissions

A repository for collecting SolidHack submissions.
JavaScript
20
star
23

solid-repl

A REPL for SolidJS
TypeScript
14
star
24

solid-service-api

Code that powers Solid Service API on Cloudflare Workers.
JavaScript
13
star
25

solidex

Solidex is a list of SolidJS ecosystem resources and packages.
TypeScript
11
star
26

solid-scripts

No configuration CLI tools to bootstrap Solid applications
JavaScript
10
star
27

solid-assets

Access official dynamic and static assets from SolidJS. Made for the community! 🌟
TypeScript
5
star
28

solid-hot-loader

Webpack Loader with Hot Module Reloading for SolidJS
JavaScript
5
star
29

.github

Community health files for the @solidjs organization
3
star
30

solidhack

Website and contest portal for SolidHack.
TypeScript
2
star