Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 1.06 KB

Change Log

All notable changes to the "zaal-react-snippets" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[2.0.0]

Changed

As explained in the project README, the idea of Zaal ReactJS Snippets is to create snippets that help us Zaal programmers and other programmers from around the world.

Therefore, we no longer use the concept of Ducks Pattern and Redux Sauce, we are using Redux Persist. As a result, the Ducks Pattern and Redux Sauce snippets were deprecated, and the new Redux Persist snippets were added.

  • createStoreIndex
  • createStore
  • createPersistReducers
  • createModulesRootReducer
  • createModulesRootSaga
  • createAction
  • createReducer
  • createSaga

  • Some Snippets have also been changed, see README.

[1.0.0]

  • Initial release of Zaal React Snippets extension.