Robin Weser
Robin Weser
With #818 being merged, we have a completely new website for Fela! Now it's time to gradually improve it. Here's a short list of things that would be nice-to-have: -...
I just thought about replacing the theming helpers in fela with this unified approach. Sadly it only supports React and we have to serve something for Preact and Inferno as...
# Middleware This PR adds a minimal API for adding middleware. Middleware are functions that receive the new state and return a (modified) new state. ```javascript import { createStore }...
The following checklist is basically the ToDo-list for first stable release candiate. - [x] Plugin-API - [ ] Plugin Documentation ### Plugins We want to ship some basic default plugins...