rawjs-sample

Sample project to demonstrate the simplicity of RawJS projects. (by squaresapp)

Rawjs-sample Alternatives

Similar projects and alternatives to rawjs-sample

  • vapor.js

    9 rawjs-sample VS vapor.js

    The World's Smallest & Fastest JavaScript Library

  • rawjs

    2 rawjs-sample VS rawjs

    Better document.createElement(). So much better, that you may no longer need React.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rawjs-sample alternative or higher similarity.

rawjs-sample reviews and mentions

Posts with mentions or reviews of rawjs-sample. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-03.
  • Rawjs – you may not need React anymore
    7 projects | news.ycombinator.com | 3 Jan 2024
    After 8 years in the web space, I think the reason why small things like rawJS are appealing is that a lot of devs got directly or indirectly forced into learning a framework and then got themselves burned one way or another while using it. We then developed a shared fantasy: "What if the native browser API was good enough so that we don't have to learn any fluff (frameworks, build tools, libs) to be productive? After all, other languages don't have this framework bloat problem. Let's just use this minimal framework"

    But this is just a fantasy. Element constructions are not the problem. We don't do stuff like rawJS or jQuery for bigger apps because they are too low-level and they don't scale well. What we need is to operate at a higher level, not get rid of almost all of the abstractions entirely like rawJS. Have a look at https://github.com/squaresapp/rawjs-sample/blob/35939695dba6.... This is the kind of code that is meaningless to my app. It's just DOM housekeeping. The example app is small enough so that there isn't much of it: this is the only interactive bit of your demo app. But the bigger the app, the more housekeeping like this you need. Try to showcase a bigger demo app with a lot of interaction.

    Now, there are specific cases where I don't want/need a framework. If I want better performance, the framework can become a hindrance (this is generally the case - when you want performance, you need to look at the lower levels). If the app is tiny, frameworks are just fluff. But for the overwhelming majority of cases (apps that are not tiny and don't need amazing performance):

    As a web dev, I want to assign some object to some reference and then my app to be updated based on my state. When some event happens, I want to update some of the app state. That's it! I don't want to mix my business logic with DOM fluff. I don't need another piece of code to worry about. I want some dependency to do that for me. Is it going to happen via virtual DOM or change detection or something else? Who knows.

Stats

Basic rawjs-sample repo stats
5
45
7.1
4 months ago

The primary programming language of rawjs-sample is TypeScript.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com