Explore >> Select a destination


You are here

staleclosures.dev
| | codewithstyle.info
8.5 parsecs away

Travel
| | Hooks are a recent addition to React that enable more of your components to be written as functions by providing less complex alternatives to class fe
| | hswolff.com
10.3 parsecs away

Travel
| | This post is the first of a trilogy. Check out the other two posts as well:Level Up useReducer with ImmerHow To useContext With useReducerI didn't realize until recently how much I loved the React Hook useReducer. It's one of those advanced hooks, and while I read the documentation about it and alre
| | www.jameskerr.blog
16.1 parsecs away

Travel
| |
| | danielpecos.com
69.3 parsecs away

Travel
| Purpose of this post is to providea glimpse of the new features included in Java 8 that shiftthis language towards a more Functional Programming paradigm. But before, let's define what we understand for Functional Programming (FP). Functional programming key characteristics include: Higher Order Functions Pure Functions and Immutability Tail Call Recursion Higher Order Functions for a FP language means that functions are considered first class citizens, allowing the programmer to use them as any other value the language defines, for example, a Function value: