Skip to content

🐎 Riot.js lets you build apps that are simpler and load/run faster than any other JS framework/library.

Notifications You must be signed in to change notification settings

freeCodeCampDelhi/learn-riot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn riot.js

"Riot is an incredibly fast, powerful yet tiny client side (MV*) library for building large scale web applications."

Build Status npm contributions welcome

Table of Contents

Why?

We need a way of organising the pieces of our web applications into discrete components that can be developed/tested independently and composed into a fast User Interface/Experience.

What?

riot header

Can We Use Native Web Components ?

Web Components are going to revolutionize the web. Eventually.
Sadly, there is not yet widespread adoption for the Web Component spec.

Even though Google Chrome supports all the pieces of Web Components and has over 50% Market Share, Internet Explorer and Safari are still lagging behind: http://caniuse.com/#search=components

The current status is "working draft" see: http://www.w3.org/standards/techs/components#w3c_all
which means the finer details are still being debated by the W3C, which means we might sill have a few months (years?) to wait...

So, while we wait for Internet Explorer to catch up, we are using Riot because its much smaller and thus faster-to-learn than everything else out there...

A quick introduction to the Riot.js client side MVP library for people who want to build minimalist apps.

Imagine React went on a diet and got better syntax, that's Riot.js.

How?

On the Riot.js website, visit the "Guide" page: http://riotjs.com/guide/

W3C Valid Code: https://validator.w3.org/nu/?doc=https%3A%2F%2Flearn-riot.herokuapp.com%2Ftodo%2F

Videos

Searching YouTub for riot.js https://www.youtube.com/results?search_query=riot.js there are thousands of results. If you are totally new to Riot and want a "Why Riot" overview,

FAQ?

If you are wondering how you can require() a .tag file ( that is not .js or .json - the standard files you require in node.js ) The answer is simple: when you require('riot') the riot module extends node's native require method (this is JavaScirpt after all, everything is accessible/mutable) which means that require() understands how to load a .tag file.

More FAQ: http://riotjs.com/faq/

Resources

Official links

Introductory Tutorial

Examples

Screencasts

license

MIT: https://en.wikipedia.org/wiki/MIT_License

About

🐎 Riot.js lets you build apps that are simpler and load/run faster than any other JS framework/library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.3%
  • JavaScript 31.7%