New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lowdefy/renderer

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/renderer

The Lowdefy renderer is the main part of the Lowdefy web client.

  • 3.23.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-96.77%
Maintainers
2
Weekly downloads
 
Created
Source

@lowdefy/renderer

The Lowdefy renderer is the main part of the Lowdefy web client.

It has the following responsibilities:

  • It contains the Graphql client
  • It contains the the router
  • It creates Lowdefy contexts, from @lowdefy/engine
  • It controls component layout using @lowdefy/layout
  • It loads blocks using webpack module federation.
  • It rerenders blocks when they should update.

A Lowdefy server serves a lightweight shell, that loads the renderer using module federation.

Running a development server

  • Run a Lowdefy development server using @lowdefy/server-dev.
  • Run the dev server using yarn start.
  • The renderer will be hosted at port 3001, but the Lowdefy app will be served from port 3000 by the development server.
  • If changes have been made in any dependencies (like @lowdefy/engine), they need to be built using yarn build, and the server restarted.

More Lowdefy resources

Licence

Apache-2.0

Keywords

FAQs

Package last updated on 20 Apr 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc