Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

unframework/no-callbacks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

No Callbacks

Experiment: using React without callbacks.

See live sandbox demo.

Why?

A lot of people are being introduced to web programming using React. However, managing state, effects and event callbacks are often still tough to grasp, especially for newcomers.

This repo is an experiment in creating safe building blocks that help wire up basic page interactivity with as few bugs and surprises as possible. Some coding skill is still needed, but the goal is to do away with finicky debugging - what you see is what you get.

And the core starting principle is: no event callbacks!

To Do

  • nav state (links with hrefs)
  • form submit

About

Experiment: using React without any callbacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published