Skip to content

hanakla/fleur

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2022
Dec 24, 2019
Apr 17, 2022
May 20, 2019
Jan 15, 2022
Dec 8, 2018
Jul 29, 2018
Jan 3, 2021
Jan 3, 2021
Jan 3, 2021
Feb 6, 2023
Dec 8, 2018
Feb 13, 2025

Repository files navigation

ogp

🌼 Fleur 🌼 travis

An Fully-typed Flux framework inspired by Fluxible.
Runs on Node / Web.

(No dependence to React. See this if you want to use with React.)

Social hashtag: #fleurjs

Feature

  • Comfortable to write code
    • Fully typed. Friendly to type inference.
  • Next.js supported with create-fleur-next-app
  • Completely Server-side rendering support
  • Support React Hooks in @fleur/react

Packages

Usage

Recommended structure

Fleur recommends Re-ducks like directory structure.
See file details on packages/fleur/README.md

app/
  domains/
    User/
      actions.ts
      operations.ts
      store.ts
      selector.ts
    Article/
      actions.ts
      operations.ts
      store.ts
      selector.ts
  # and any components structure you liked (Atomic, Smart / dumb, etc...)
  components/
  containers/

About

A fully-typed, type inference and testing friendly Flux Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published