Become a member
Sign in
nextocean
nextocean

nextocean

36 Following
1 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by nextocean

See more

From Configuring Module Resolution On Typescript and Jest by Gokul Chandrasekaran

> 1 | import * as personRepository from '@/repositories/person'
| ^
2 | import { findById, getAllPersons } from '@/services/person'
3 |
4 | describe('findById', () => {

From Inside Fiber: in-depth overview of the new reconciliation algorithm in React by Max Koretskyi

or props have…in a component state and projects the updated state to the screen. In React we know this process as reconciliation. We call the setState method and the framework checks if the state or props have changed and re-ren…

From How To Use The Dll Plugin to Speed Up Your Webpack Build by Emily M Coco

entry: {
library: [
…jsx', '.json', '.less', '.css'],
modules: [__dirname, 'node_modules']
},

entry: {
library: [
'react',
'redux',
'jquery',
'd3',
'highchart…

Claps from nextocean

See more

Dave had “fuck you, pay me” programming skills

Ben Longstaff

Architect your Flutter project using BLOC pattern

Sagar Suri

How to easily scrape websites for info using Standard Library and Node.js

Janeth Ledezma