ficusjs-renderers
Minified ES module renderers for FicusJS (by ficusjs)
ssr-benchmarks
Simple benchmark of various SSR approaches, rendering 64k divs in a recursive way (by jackyef)
ficusjs-renderers | ssr-benchmarks | |
---|---|---|
3 | 1 | |
2 | 41 | |
- | - | |
4.7 | 0.0 | |
about 1 year ago | 13 days ago | |
JavaScript | JavaScript | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ficusjs-renderers
Posts with mentions or reviews of ficusjs-renderers.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-19.
-
Building a website like it's 1999... in 2022
I'm particularly fond of the new native JS Web Components which require no build process and are extremely fast and purely client-side. When developed well it can also reduce the bundle size because it can use dynamic imports. I played around with making a SPA out of it and only got frustrated with its lack of React-like JSX. This could be overcome with tagged literals.
-
JSX for web components
This example uses the @ficusjs/renderers package which provides a browser-ready ES module using the htm library.
-
Want to get started with web components?
The hello world example creates a new custom element using the createComponent function and registers it to the hello-world tag. It uses the lit-html renderer (multiple renderers are available) for creating HTML from tagged template literals.
ssr-benchmarks
Posts with mentions or reviews of ssr-benchmarks.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Which JSX template rendering is fastest?
I got my answer: https://github.com/jackyef/ssr-benchmarks/blob/master/result.md
What are some alternatives?
When comparing ficusjs-renderers and ssr-benchmarks you can also consider the following projects:
vim-jsx-pretty - :flashlight: [Vim script] JSX and TSX syntax pretty highlighting for vim.
create-chrome-ext - 🍺 Scaffolding your Chrome extension! Boilerplates: react \ vue \ svelte \ solid \ preact \ alpine \ lit \ stencil \ inferno \ vanilla
ficusjs-snowpack-starter - FicusJS Snowpack starter
fastify-dx - Archived
ficusjs - FicusJS is a set of lightweight functions for developing applications using web components
goober - 🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API
htm - Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support.
codesandbox-client - An online IDE for rapid web development