All Projects → atulmy → react-recoil

atulmy / react-recoil

Licence: other
A sample implementation of React Recoil.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-recoil

play-java-chatroom-example
Example Chatroom with Java API
Stars: ✭ 33 (-21.43%)
Mutual labels:  sample-app, example-project
lagom-samples
developer.lightbend.com/start/?group=lagom
Stars: ✭ 85 (+102.38%)
Mutual labels:  sample-app, example-project
play-scala-tls-example
A Play application using HTTPS and WS with optional client authentication
Stars: ✭ 44 (+4.76%)
Mutual labels:  sample-app, example-project
play-scala-secure-session-example
An example Play application showing encrypted session management
Stars: ✭ 54 (+28.57%)
Mutual labels:  sample-app, example-project
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (+0%)
Mutual labels:  sample-app, example-project
play-scala-fileupload-example
An example Play application showing custom multiform fileupload in Scala
Stars: ✭ 29 (-30.95%)
Mutual labels:  sample-app, example-project
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (-52.38%)
Mutual labels:  sample-app, example-project
Play Scala Isolated Slick Example
Example Play Slick Project
Stars: ✭ 155 (+269.05%)
Mutual labels:  sample-app, example-project
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (+4.76%)
Mutual labels:  sample-app, example-project
play-scala-seed.g8
Play Scala Seed Template: run "sbt new playframework/play-scala-seed.g8"
Stars: ✭ 66 (+57.14%)
Mutual labels:  sample-app, example-project
Play Scala Starter Example
Play Scala Starter Template (ideal for new users!)
Stars: ✭ 238 (+466.67%)
Mutual labels:  sample-app, example-project
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (+28.57%)
Mutual labels:  sample-app, example-project
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (+361.9%)
Mutual labels:  sample-app, example-project
play-scala-compile-di-example
Example Play Project using compile time dependency injection and Play WS with ScalaTest
Stars: ✭ 37 (-11.9%)
Mutual labels:  sample-app, example-project
Play Java Starter Example
Play starter project in Java (ideal for new users!)
Stars: ✭ 164 (+290.48%)
Mutual labels:  sample-app, example-project
play-java-fileupload-example
An example Play application showing custom multiform fileupload in Java
Stars: ✭ 13 (-69.05%)
Mutual labels:  sample-app, example-project
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+228.57%)
Mutual labels:  sample-app, example-project
Angular9 Example App
Angular 13 Example App + Angular CLI + i18n + GraphQL
Stars: ✭ 1,769 (+4111.9%)
Mutual labels:  sample-app, example-project
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-66.67%)
Mutual labels:  sample-app, example-project
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (+2.38%)
Mutual labels:  sample-app, example-project

React Recoil

A sample implementation of React Recoil.

https://github.com/facebookexperimental/Recoil

What is Recoil?

Recoil is a state management library for React that scales from a single component to highly complex apps.

This boilerplate-free system makes it easy to support browser history and URLs and to manage asynchronous data dependencies, and works with modern React features.

Being used in sophisticated data analysis tool developed at Facebook which led to create this system.

An alternative to Redux and other state management solutions.

Resources

Website: https://recoiljs.org

Video: https://www.youtube.com/watch?v=_ISAA_Jt9kI

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].