Skip to content

Example of invoking Solid.js components from an Ember app.

Notifications You must be signed in to change notification settings

rajasegar/ember-solid-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example: Invoking Solid.js Components from Ember

This repo contains a runnable demo that shows how to invoke a Solid.js component from an Ember app.

Run it

  1. pnpm install
  2. cd app && pnpm run start

Understand it

  • some-solid-lib is intended to stand in for your library package that contains a Solid.js component.
  • app is the Ember app

Gotchas

  • this example assumes your JSX is in a separate NPM package, so we're importing it via ember-auto-import. If instead you want to make JSX work inside your app's own package, you would need to move babel-preset-solid into the app's own babel config.
  • remember to install ember-modifier. It's not part of the default Ember app blueprint.
  • make sure your app declares its dependency on your library, otherwise ember-auto-import won't be able to import it.
  • It's a good idea for the library to declare a peerDependency on solid-js so that it will definitely share the app's copy.

References

About

Example of invoking Solid.js components from an Ember app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published