![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@evs-chris/raui
Advanced tools
Components, decorators, and helpers for Ractive apps that are generally Material-ish
This collection of components and plugins is handy for making desktop- and mobile-friendly frontend applications with Ractive. They try to stay somewhat close to Material by default where it makes sense.
Note: This is still very much a work in progress. The components here are fairly complete and in use in a number of projects, but the documentation, build, and testing setups are certainly incomplete to missing entirely.
# Clone the repositoy
git clone https://github.com/evs-chris/raui.git raui
cd raui
# or wherever you cloned
npm install
# now you have options:
# 1. run the dev server, which is light and watches for changes
npm run dev
# 2. run a build, which just builds the world and exits
npm run build
# 3. run the watch server, which builds the world and watches for changes
npm run watch
# for kicks, to switch ports
PORT=2929 npm run dev
Hopefully you're in a POSIX-ish environment, so a Linux shell, and OS X shell, or a git bash or WSL shell on Windows. Windows CMD or PowerShell users, well, I'm sorry. The default dev port is 3000, but you can change it with the PORT
environment variable.
The currently-in-progress demo/docs are available at https://evs-chris.github.io/raui/demo or in the demo
and demo-src
directories of this repo.
FAQs
Components, decorators, and helpers for Ractive apps that are generally Material-ish
The npm package @evs-chris/raui receives a total of 5 weekly downloads. As such, @evs-chris/raui popularity was classified as not popular.
We found that @evs-chris/raui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.