phlex VS tagify

Compare phlex vs tagify and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
phlex tagify
19 8
1,136 3,269
4.0% -
9.0 9.4
4 days ago 8 days ago
Ruby HTML
MIT License GNU General Public License v3.0 or later
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.

phlex

Posts with mentions or reviews of phlex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-08.
  • Phlex: Fast, object-oriented view framework for Ruby
    1 project | news.ycombinator.com | 15 Feb 2024
  • RailsWorld 2023: Hotwire Edition
    3 projects | dev.to | 8 Oct 2023
    The community was a delight! I can't even count how many people I connected with, and it was just great to meet people whom I had previously only interacted with online. Also got to meet a lot of those people who significantly contribute to the Rails ecosystem. Everyone I said hi to was more than willing to spare time and nerd out and share experiences. I was also thrilled to connect with Philip, who shares my enthusiasm for Phlex. He provided me with some exciting ideas for creating an even more crazy yet cohesive form object with Phlex.
  • Anyone tried Django? How does it compare to RoR?
    3 projects | /r/rails | 24 Jun 2023
    Why use ActiveAdmin or RailsAdmin: Brick is not nearly as configurable -- at least yet! With Brick you can drop in your own model / controller / view template and it will use it, but on its own you can not change theming / use it to do templating tricks / etc. Currently working hard to arrive upon a straightforward and logical approach so that all of this will be possible. Looking into Arbre (used by ActiveAdmin) and Phlex for inspiration.
  • Phlex is the ruby way to build your views
    2 projects | dev.to | 8 Jun 2023
    Phlex is an incredibly refreshing gem created by Joel Drapper. It introduces a remarkable way to build views in pure Ruby, as exemplified below:
  • Any component based UI system for Rails?
    4 projects | /r/rails | 3 Jun 2023
  • I built a Rails app using 100% Phlex components and 0% Erb
    2 projects | /r/rails | 18 Apr 2023
    A few months ago I came across https://www.phlex.fun and thought it was a nifty little library that could be useful for creating components. Since then I've been playing around with it in Rails, using it more seriously, and finally took it to a point where I built a Rails application with 100% Phlex components and 0% Erb. The other crazy thing is I figured out how to inline the Phlex view components into a controller, so prototyping Rails apps feels vaguely familiar to prototyping one in Sinatra.
  • Vanilla Rails view components with partials | Stanko K.R.
    2 projects | /r/ruby | 3 Apr 2023
    A colleague has been using Phlex and I’ve since tried it as well. For me having it all be straight ruby, in one file, has worked and just from my personal preference something I’ve enjoyed over view_components.
  • Gnarly Learnings from March 2023
    6 projects | dev.to | 29 Mar 2023
    phlex
  • Rux: A JSX-inspired way to render view components in Ruby
    15 projects | news.ycombinator.com | 6 Mar 2023
    You might want to take a look at Phlex, which essentially has the same syntax: https://github.com/joeldrapper/phlex
  • Os benefĂ­cios de componentizar as views do Rails
    2 projects | dev.to | 27 Feb 2023

tagify

Posts with mentions or reviews of tagify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-23.
  • I wish Rails was better
    2 projects | /r/rails | 23 Nov 2022
    As an example, I wanted to pull in https://github.com/yairEO/tagify I ended up using it from CDN rather than as an NPM module. I looked pretty hard and found no way to pull the CSS into the assets with the Rails 7 bundling tools; they have no mechanism for importing CSS from NPM packages into the asset build directory so far as I could tell. I also couldn't get fontawesome to work at all with a rails frontend using the TailwindCSS pipeline. Fontawesome expects sass, tailwindCSS does not, and using the standard CSS import didn't seem to work - no errors, but the tags just stayed as they were and no images showed up.
  • Possibilities of UIHTML
    1 project | /r/matlab | 23 Aug 2022
    The video is just an example of a treeview with searchbar that I developed some time ago. Javascript events are mapped to Matlab, and from Matlab one can style the colors, enable the highlighting or changing the delimiters for searching files, folders or the 'not' find (the searchbar was done with Tagify, a very nice JS library)
  • Tagify setup, is Gulp the problem?
    1 project | /r/webdev | 16 Aug 2022
    I am working on tagging for the first time and I researched a bit and found that Tagify seems like a great fit with lots of options that I can play around with. I have tried both using CDN and NPM installs of it. I have followed all the instructions from Tagify. I have also installed gulp and it is working fine from following their docs.
  • Is there an open source library or widget for the @ username dropdowns that sites like facebook/Jira/Asana etc have ? This is the helper that lets you select a name from within another input, when you press @
    2 projects | /r/Frontend | 27 Mar 2022
    There are some repos on github with the fix to this https://github.com/yairEO/tagify.
  • Tagify not detecting keypress properly
    1 project | /r/learnjavascript | 29 Nov 2021
    Im pretty new to JS and I am trying to implement the Tagify library, it's located HERE for those of you who may not know what it is.
  • Newbie issue with Javascript
    1 project | /r/learnjavascript | 14 Nov 2021
    So let me start by saying I am completely new to Javascript but not to programming. Anyway, I am trying to implement Tagify, the github repo can be found HERE. Anyway, the search box is clearly found by Tagify because I can get the tags as I type to come up. However, it's like my whitelist is not working at all. Like the specific settings I am trying to apply to Tagify have no effect and I have no idea why. I added the event listener and it clearly triggers when I type so I can't imagine it wouldn't work. Can anyone give me some insight?
  • Accepting your CSS/JS library in my project
    9 projects | dev.to | 2 Jul 2021
    tagify: lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue repo

What are some alternatives?

When comparing phlex and tagify you can also consider the following projects:

view_component - A framework for building reusable, testable & encapsulated view components in Ruby on Rails.

@pathofdev/react-tag-input - A simple tag input component for React with editable tags

Arbre - An Object Oriented DOM Tree in Ruby

JavaScript-autoComplete - An extremely lightweight and powerful vanilla JavaScript completion suggester.

Hamlit - High Performance Haml Implementation

mantine - A fully featured React components library

HyperUI - Free Tailwind CSS components for application UI, ecommerce and marketing with support for dark mode, RTL and Alpine JS 🚀

Toasty.js - A minimal JavaScript notification plugin that provides a simple way to display customizable toast messages on the web page with CSS3 transition effects.

maglev-core - Ruby on Rails page builder

pell - đź“ť the simplest and smallest WYSIWYG text editor for web, with no dependencies

tailwind-sorter - A ruby gem to sort the Tailwind CSS classes in your templates the custom way.

youtube-clone - The repository helps you learn React and Redux by building Youtube :star: