GitShow/solidjs/solid-realworld
solidjs

solid-realworld

A Solid Implementation of the Realworld Example App

by solidjs
Star on GitHubForknpm

JavaScript

232 stars32 forks3 contributorsQuiet · 3y agoSince 2019

Meet the team

See all 3 on GitHub →
ryansolid
ryansolid36 contributions
theghostbel
theghostbel1 contribution
dependabot[bot]Bot
dependabot[bot]1 contribution

Languages

View on GitHub →
JavaScript97.2%
HTML2.8%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

3 of 6 standards met

Community profile →
62
✓README○License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 6 in progress · Last activity 3y ago
See all on GitHub →
freakingeek
Replace Rollup Build Setup with ViteOpenIssue

Summary This application is currently built using Rollup. While Rollup remains a capable bundler, the SolidJS ecosystem has largely standardized around Vite as the recommended development and build tool. Migrating from Rollup to Vite would modernize the project's tooling, simplify configuration, improve developer experience, and provide access to the latest SolidJS ecosystem features. Motivation Current Challenges Custom Rollup configuration requires ongoing maintenance. Development startup and rebuild times are slower compared to modern tooling. New SolidJS examples, templates, and community resources primarily target Vite. Plugin compatibility and ecosystem support are increasingly focused on Vite. Benefits of Vite Faster development server startup. Near-instant Hot Module Replacement (HMR). Simpler and more maintainable configuration. Official SolidJS support through . Better TypeScript integration. Easier adoption of modern tooling and plugins. Alignment with current SolidJS best practices. Proposed Solution 1. Replace the existing Rollup build pipeline with Vite. 2. Install and configure: 3. Migrate environment variables and build scripts. 4. Verify production builds and deployment compatibility. 5. Remove Rollup-specific dependencies and configuration files. Acceptance Criteria [ ] Application builds successfully using Vite. [ ] Development server runs with Vite. [ ] Hot Module Replacement functions correctly. [ ] Production build output matches existing behavior. [ ] CI/CD pipeline is updated if required. [ ] Rollup dependencies and configuration are removed. [ ] Documentation reflects the new setup. References SolidJS Vite Template Vite Documentation vite-plugin-solid Documentation Expected Outcome The project will use the modern SolidJS tooling stack, resulting in improved developer experience, faster iteration times, reduced configuration complexity, and better long-term maintainability.

freakingeek · 1mo ago
bakbuz
How to show login page without the layout?OpenIssue

Hi everyone I want to use a clean login page without layout. Just login form (no header, no navbar, no footer etc) How can I make it? Thanks a lot.

bakbuz · 2y ago
delgec
Router isn't goodOpenIssue

why didn't you use Solid-Router? Can a fork be done for this? Cheers.

delgec · 2y ago
Structured data for AI agents

Repository: solidjs/solid-realworld. Description: A Solid Implementation of the Realworld Example App Stars: 232, Forks: 32. Primary language: JavaScript. Languages: JavaScript (97.2%), HTML (2.8%). Open PRs: 6, open issues: 8. Last activity: 3y ago. Community health: 62%. Top contributors: ryansolid, theghostbel, dependabot[bot].

·@ofershap

Replace github.com with gitshow.dev